Reference for GetAgentVolumesAvailableForProtection

Url: agents/query/availablevolumes

HTTP Method: PUT

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"?>
<agentDescriptor i:type="relatedServerAgentDescriptor" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://apprecovery.com/management/api/2010/05">
  <agentType>Protected</agentType>
  <credentials>
    <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
    <encryptPassword>true</encryptPassword>
    <password>String content</password>
    <passwordEncrypted>String content</passwordEncrypted>
    <userName>String content</userName>
    <useCoreServiceCredentials>true</useCoreServiceCredentials>
  </credentials>
  <displayName>String content</displayName>
  <hostName>String content</hostName>
  <hostUri>http://www.example.com/</hostUri>
  <id>1627aea5-8e0a-4371-9022-9b504344e724</id>
  <machineFlags i:nil="true" />
  <metadataCredentials>
    <!--Valid elements of type: agentCredentials, oracleInstanceCredentials, instanceCredentials, virtualInstanceCredentials-->
    <defaultCredentials i:type="agentCredentials">
      <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
      <encryptPassword>true</encryptPassword>
      <password>String content</password>
      <passwordEncrypted>String content</passwordEncrypted>
      <userName>String content</userName>
      <useCoreServiceCredentials>true</useCoreServiceCredentials>
    </defaultCredentials>
    <!--Valid elements of type: agentCredentials, oracleInstanceCredentials, instanceCredentials, virtualInstanceCredentials-->
    <exchangeCredentials i:type="agentCredentials">
      <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
      <encryptPassword>true</encryptPassword>
      <password>String content</password>
      <passwordEncrypted>String content</passwordEncrypted>
      <userName>String content</userName>
      <useCoreServiceCredentials>true</useCoreServiceCredentials>
    </exchangeCredentials>
    <oracleCredentials>
      <oracleInstancesCredentials>
        <instanceCredentials>
          <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
          <encryptPassword>true</encryptPassword>
          <password>String content</password>
          <passwordEncrypted>String content</passwordEncrypted>
          <userName>String content</userName>
          <hostName>String content</hostName>
          <instanceServiceName>String content</instanceServiceName>
          <instanceSid>String content</instanceSid>
          <port>2147483647</port>
          <tnsNetworkAlias>String content</tnsNetworkAlias>
          <useWindowsAuthentication>true</useWindowsAuthentication>
        </instanceCredentials>
        <instanceCredentials>
          <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
          <encryptPassword>true</encryptPassword>
          <password>String content</password>
          <passwordEncrypted>String content</passwordEncrypted>
          <userName>String content</userName>
          <hostName>String content</hostName>
          <instanceServiceName>String content</instanceServiceName>
          <instanceSid>String content</instanceSid>
          <port>2147483647</port>
          <tnsNetworkAlias>String content</tnsNetworkAlias>
          <useWindowsAuthentication>true</useWindowsAuthentication>
        </instanceCredentials>
      </oracleInstancesCredentials>
    </oracleCredentials>
    <sqlCredentials>
      <instancesCredentials>
        <!--Valid elements of type: virtualInstanceCredentials-->
        <instanceCredentials i:type="virtualInstanceCredentials">
          <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
          <encryptPassword>true</encryptPassword>
          <password>String content</password>
          <passwordEncrypted>String content</passwordEncrypted>
          <userName>String content</userName>
          <instanceName>String content</instanceName>
          <useDefaultCredentials>true</useDefaultCredentials>
          <useWindowsAuthentication>true</useWindowsAuthentication>
          <virtualServerName>String content</virtualServerName>
        </instanceCredentials>
        <!--Valid elements of type: virtualInstanceCredentials-->
        <instanceCredentials i:type="virtualInstanceCredentials">
          <credentialsAccountId>1627aea5-8e0a-4371-9022-9b504344e724</credentialsAccountId>
          <encryptPassword>true</encryptPassword>
          <password>String content</password>
          <passwordEncrypted>String content</passwordEncrypted>
          <userName>String content</userName>
          <instanceName>String content</instanceName>
          <useDefaultCredentials>true</useDefaultCredentials>
          <useWindowsAuthentication>true</useWindowsAuthentication>
          <virtualServerName>String content</virtualServerName>
        </instanceCredentials>
      </instancesCredentials>
    </sqlCredentials>
  </metadataCredentials>
  <sshPort>4294967295</sshPort>
  <hyperVHostName>String content</hyperVHostName>
</agentDescriptor>

The following is an example response XML body:

<?xml version="1.0" encoding="utf-16"?>
<volumes xmlns="http://apprecovery.com/management/api/2010/05">
  <!--Valid elements of type: linuxVolume, hyperVDeviceAsVolume, rollbackTargetVolume, rmanBackupAsVolume-->
  <volume i:type="linuxVolume" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <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>
    <volumeMetadataFileExtents>
      <extents>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
      </extents>
    </volumeMetadataFileExtents>
    <blockSnapBitmapStoreFileExtents>
      <extents>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
      </extents>
    </blockSnapBitmapStoreFileExtents>
  </volume>
  <!--Valid elements of type: linuxVolume, hyperVDeviceAsVolume, rollbackTargetVolume, rmanBackupAsVolume-->
  <volume i:type="linuxVolume" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <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>
    <volumeMetadataFileExtents>
      <extents>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
      </extents>
    </volumeMetadataFileExtents>
    <blockSnapBitmapStoreFileExtents>
      <extents>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
        <linuxFileExtent>
          <offset>18446744073709551615</offset>
          <length>18446744073709551615</length>
        </linuxFileExtent>
      </extents>
    </blockSnapBitmapStoreFileExtents>
  </volume>
</volumes>

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.datacontract.org/2004/07/Replay.Core.Contracts.Agents" />
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:complexType name="agentDescriptor">
      <xs:sequence>
        <xs:element minOccurs="0" name="agentType" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" type="q1:AgentType" />
        <xs:element minOccurs="0" name="credentials" nillable="true" type="tns:agentCredentials" />
        <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="hostUri" nillable="true" type="xs:anyURI" />
        <xs:element minOccurs="0" name="id" type="ser:guid" />
        <xs:element minOccurs="0" name="machineFlags" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" type="q2:MachineFlags" />
        <xs:element minOccurs="0" name="metadataCredentials" nillable="true" type="tns:credentialsDescriptor">
          <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="sshPort" type="xs:unsignedInt" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="agentDescriptor" nillable="true" type="tns:agentDescriptor" />
    <xs:complexType name="agentCredentials">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:baseCredentials">
          <xs:sequence>
            <xs:element minOccurs="0" name="useCoreServiceCredentials" 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:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="agentCredentials" nillable="true" type="tns:agentCredentials" />
    <xs:complexType name="baseCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" name="credentialsAccountId" type="ser:guid" />
        <xs:element minOccurs="0" name="encryptPassword" type="xs:boolean" />
        <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="passwordEncrypted" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="userName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="baseCredentials" nillable="true" type="tns:baseCredentials" />
    <xs:complexType name="oracleInstanceCredentials">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:baseCredentials">
          <xs:sequence>
            <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="instanceServiceName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="instanceSid" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="port" type="xs:int" />
            <xs:element minOccurs="0" name="tnsNetworkAlias" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="useWindowsAuthentication" type="xs:boolean" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="oracleInstanceCredentials" nillable="true" type="tns:oracleInstanceCredentials" />
    <xs:complexType name="instanceCredentials">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:baseCredentials">
          <xs:sequence>
            <xs:element minOccurs="0" name="instanceName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="useDefaultCredentials" type="xs:boolean" />
            <xs:element minOccurs="0" name="useWindowsAuthentication" type="xs:boolean" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="instanceCredentials" nillable="true" type="tns:instanceCredentials" />
    <xs:complexType name="virtualInstanceCredentials">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:instanceCredentials">
          <xs:sequence>
            <xs:element minOccurs="0" name="virtualServerName" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="virtualInstanceCredentials" nillable="true" type="tns:virtualInstanceCredentials" />
    <xs:complexType name="credentialsDescriptor">
      <xs:sequence>
        <xs:element minOccurs="0" name="defaultCredentials" nillable="true" type="tns:baseCredentials">
          <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="exchangeCredentials" nillable="true" type="tns:baseCredentials">
          <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="oracleCredentials" nillable="true" type="tns:oracleCredentials">
          <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="sqlCredentials" nillable="true" type="tns:sqlCredentials">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    <xs:element name="credentialsDescriptor" nillable="true" type="tns:credentialsDescriptor" />
    <xs:complexType name="oracleCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" name="oracleInstancesCredentials" nillable="true" type="tns:oracleInstancesCredentials" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="oracleCredentials" nillable="true" type="tns:oracleCredentials" />
    <xs:complexType name="oracleInstancesCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="instanceCredentials" nillable="true" type="tns:oracleInstanceCredentials" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="oracleInstancesCredentials" nillable="true" type="tns:oracleInstancesCredentials" />
    <xs:complexType name="sqlCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" name="instancesCredentials" nillable="true" type="tns:instancesCredentials" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="sqlCredentials" nillable="true" type="tns:sqlCredentials" />
    <xs:complexType name="instancesCredentials">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="instanceCredentials" nillable="true" type="tns:instanceCredentials" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="instancesCredentials" nillable="true" type="tns:instancesCredentials" />
    <xs:complexType name="relatedServerAgentDescriptor">
      <xs:complexContent mixed="false">
        <xs:extension base="tns:agentDescriptor">
          <xs:sequence>
            <xs:element minOccurs="0" name="hyperVHostName" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="relatedServerAgentDescriptor" nillable="true" type="tns:relatedServerAgentDescriptor" />
  </xs:schema>
  <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Agents" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    <xs:simpleType name="AgentType">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Protected" />
        <xs:enumeration value="Replicated" />
        <xs:enumeration value="PendingFailover" />
        <xs:enumeration value="Failover" />
        <xs:enumeration value="ClusterNode" />
        <xs:enumeration value="Cluster" />
        <xs:enumeration value="RecoveryPointsOnly" />
        <xs:enumeration value="EsxServer" />
        <xs:enumeration value="EsxVirtualMachine" />
        <xs:enumeration value="Backup" />
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="HyperVServer" />
        <xs:enumeration value="HyperVVirtualMachine" />
        <xs:enumeration value="HyperVCluster" />
      </xs:restriction>
    </xs:simpleType>
    <xs:element name="AgentType" nillable="true" type="tns:AgentType" />
    <xs:simpleType name="MachineFlags">
      <xs:annotation>
        <xs:appinfo>
          <ActualType Name="long" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
      <xs:list>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="None">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Agent">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Cluster">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="ClusterNode">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="EsxServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="EsxVirtualMachine">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="HyperVServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="HyperVVirtualMachine">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="SmbServer">
              <xs:annotation>
                <xs:appinfo>
                  <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue>
                </xs:appinfo>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:list>
    </xs:simpleType>
    <xs:element name="MachineFlags" nillable="true" type="tns:MachineFlags" />
  </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="volumes">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="volume" nillable="true" type="tns:volume" />
      </xs:sequence>
    </xs:complexType>
    <xs:element name="volumes" nillable="true" type="tns:volumes" />
    <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="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="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>