Reference for GetTargetDisks
Url: rollback/targetDisks
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"?>
<targetDisks xmlns="http://apprecovery.com/management/api/2010/05">
<rollbackTargetDisk>
<number>4294967295</number>
<name>String content</name>
<id>1627aea5-8e0a-4371-9022-9b504344e724</id>
<capacity>18446744073709551615</capacity>
<bytesPerSector>4294967295</bytesPerSector>
<isDynamic>true</isDynamic>
<partitionStyle>Unknown</partitionStyle>
<volumeNames>
<volumeName>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volumeName>
<volumeName>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volumeName>
</volumeNames>
<areas>
<!--Valid elements of type: errorArea, partitionArea, unusableArea, unusedArea, vdsErrorArea, vdsPartitionArea, vdsUninitializedArea, vdsUnusableArea, vdsUnusedArea, volumeArea-->
<area i:type="errorArea" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<size>18446744073709551615</size>
<offset>18446744073709551615</offset>
<identityInfo>String content</identityInfo>
<notes>String content</notes>
<sizeInfo>String content</sizeInfo>
<widthFactor>1.26743233E+15</widthFactor>
<isBootable>true</isBootable>
<driveLetter>String content</driveLetter>
</area>
<!--Valid elements of type: errorArea, partitionArea, unusableArea, unusedArea, vdsErrorArea, vdsPartitionArea, vdsUninitializedArea, vdsUnusableArea, vdsUnusedArea, volumeArea-->
<area i:type="errorArea" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<size>18446744073709551615</size>
<offset>18446744073709551615</offset>
<identityInfo>String content</identityInfo>
<notes>String content</notes>
<sizeInfo>String content</sizeInfo>
<widthFactor>1.26743233E+15</widthFactor>
<isBootable>true</isBootable>
<driveLetter>String content</driveLetter>
</area>
</areas>
<sectorsPerTrack>4294967295</sectorsPerTrack>
<tracksPerCylinder>4294967295</tracksPerCylinder>
<isReadOnly>true</isReadOnly>
<busType>Unknown</busType>
<isOnline>true</isOnline>
<format>Unknown</format>
<storageFormat>Unknown</storageFormat>
<isSharedVhdx>true</isSharedVhdx>
<sharedVhdxOwners>
<string>String content</string>
<string>String content</string>
</sharedVhdxOwners>
</rollbackTargetDisk>
<rollbackTargetDisk>
<number>4294967295</number>
<name>String content</name>
<id>1627aea5-8e0a-4371-9022-9b504344e724</id>
<capacity>18446744073709551615</capacity>
<bytesPerSector>4294967295</bytesPerSector>
<isDynamic>true</isDynamic>
<partitionStyle>Unknown</partitionStyle>
<volumeNames>
<volumeName>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volumeName>
<volumeName>
<guidName>String content</guidName>
<displayName>String content</displayName>
</volumeName>
</volumeNames>
<areas>
<!--Valid elements of type: errorArea, partitionArea, unusableArea, unusedArea, vdsErrorArea, vdsPartitionArea, vdsUninitializedArea, vdsUnusableArea, vdsUnusedArea, volumeArea-->
<area i:type="errorArea" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<size>18446744073709551615</size>
<offset>18446744073709551615</offset>
<identityInfo>String content</identityInfo>
<notes>String content</notes>
<sizeInfo>String content</sizeInfo>
<widthFactor>1.26743233E+15</widthFactor>
<isBootable>true</isBootable>
<driveLetter>String content</driveLetter>
</area>
<!--Valid elements of type: errorArea, partitionArea, unusableArea, unusedArea, vdsErrorArea, vdsPartitionArea, vdsUninitializedArea, vdsUnusableArea, vdsUnusedArea, volumeArea-->
<area i:type="errorArea" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<size>18446744073709551615</size>
<offset>18446744073709551615</offset>
<identityInfo>String content</identityInfo>
<notes>String content</notes>
<sizeInfo>String content</sizeInfo>
<widthFactor>1.26743233E+15</widthFactor>
<isBootable>true</isBootable>
<driveLetter>String content</driveLetter>
</area>
</areas>
<sectorsPerTrack>4294967295</sectorsPerTrack>
<tracksPerCylinder>4294967295</tracksPerCylinder>
<isReadOnly>true</isReadOnly>
<busType>Unknown</busType>
<isOnline>true</isOnline>
<format>Unknown</format>
<storageFormat>Unknown</storageFormat>
<isSharedVhdx>true</isSharedVhdx>
<sharedVhdxOwners>
<string>String content</string>
<string>String content</string>
</sharedVhdxOwners>
</rollbackTargetDisk>
</targetDisks>
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.Metadata.Storage" />
<xs:complexType name="targetDisks">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="rollbackTargetDisk" nillable="true" type="tns:rollbackTargetDisk" />
</xs:sequence>
</xs:complexType>
<xs:element name="targetDisks" nillable="true" type="tns:targetDisks" />
<xs:complexType name="rollbackTargetDisk">
<xs:complexContent mixed="false">
<xs:extension base="tns:disk">
<xs:sequence>
<xs:element minOccurs="0" name="isSharedVhdx" 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="rollbackTargetDisk" nillable="true" type="tns:rollbackTargetDisk" />
<xs:complexType name="disk">
<xs:sequence>
<xs:element minOccurs="0" name="number" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="id" type="ser:guid" />
<xs:element minOccurs="0" name="capacity" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="bytesPerSector" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="isDynamic" type="xs:boolean" />
<xs:element minOccurs="0" name="partitionStyle" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Storage" type="q1:PartitionStyle" />
<xs:element minOccurs="0" name="volumeNames" nillable="true" type="tns:volumeNames" />
<xs:element minOccurs="0" name="areas" nillable="true" type="tns:areas" />
<xs:element minOccurs="0" name="sectorsPerTrack" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="tracksPerCylinder" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="isReadOnly" type="xs:boolean" />
<xs:element minOccurs="0" name="busType" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" type="q2:StorageBusType" />
<xs:element minOccurs="0" name="isOnline" type="xs:boolean" />
<xs:element minOccurs="0" name="format" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" type="q3:VirtualHardDiskFormat" />
<xs:element minOccurs="0" name="storageFormat" xmlns:q4="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" type="q4:VirtualHardDiskStorageFormat" />
</xs:sequence>
</xs:complexType>
<xs:element name="disk" nillable="true" type="tns:disk" />
<xs:complexType name="volumeNames">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="volumeName" nillable="true" type="tns:volumeName" />
</xs:sequence>
</xs:complexType>
<xs:element name="volumeNames" nillable="true" type="tns:volumeNames" />
<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="areas">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="area" nillable="true" type="tns:area" />
</xs:sequence>
</xs:complexType>
<xs:element name="areas" nillable="true" type="tns:areas" />
<xs:complexType name="area">
<xs:sequence>
<xs:element minOccurs="0" name="size" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="offset" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="identityInfo" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="notes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sizeInfo" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="widthFactor" type="xs:double" />
<xs:element minOccurs="0" name="isBootable" type="xs:boolean" />
<xs:element minOccurs="0" name="driveLetter" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="area" nillable="true" type="tns:area" />
<xs:complexType name="errorArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="errorArea" nillable="true" type="tns:errorArea" />
<xs:complexType name="partitionArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="partitionArea" nillable="true" type="tns:partitionArea" />
<xs:complexType name="unusableArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="unusableArea" nillable="true" type="tns:unusableArea" />
<xs:complexType name="unusedArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="unusedArea" nillable="true" type="tns:unusedArea" />
<xs:complexType name="vdsErrorArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="vdsErrorArea" nillable="true" type="tns:vdsErrorArea" />
<xs:complexType name="vdsPartitionArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence>
<xs:element minOccurs="0" name="volumeName" nillable="true" type="tns:volumeName" />
<xs:element minOccurs="0" name="volumeType" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="vdsPartitionArea" nillable="true" type="tns:vdsPartitionArea" />
<xs:complexType name="vdsUninitializedArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="vdsUninitializedArea" nillable="true" type="tns:vdsUninitializedArea" />
<xs:complexType name="vdsUnusableArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="vdsUnusableArea" nillable="true" type="tns:vdsUnusableArea" />
<xs:complexType name="vdsUnusedArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="vdsUnusedArea" nillable="true" type="tns:vdsUnusedArea" />
<xs:complexType name="volumeArea">
<xs:complexContent mixed="false">
<xs:extension base="tns:area">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="volumeArea" nillable="true" type="tns:volumeArea" />
<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: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="PartitionStyle">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="MBR" />
<xs:enumeration value="GPT" />
<xs:enumeration value="LVM" />
<xs:enumeration value="LVMDISK" />
<xs:enumeration value="RAID" />
<xs:enumeration value="RAIDDISK" />
<xs:enumeration value="FSDATA" />
<xs:enumeration value="BIOSRAID" />
<xs:enumeration value="BIOSRAIDDISK" />
<xs:enumeration value="PHYSICALRAID" />
<xs:enumeration value="DMCRYPT" />
</xs:restriction>
</xs:simpleType>
<xs:element name="PartitionStyle" nillable="true" type="tns:PartitionStyle" />
</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="StorageBusType">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Scsi" />
<xs:enumeration value="Atapi" />
<xs:enumeration value="Ata" />
<xs:enumeration value="Type1394" />
<xs:enumeration value="Ssa" />
<xs:enumeration value="Fibre" />
<xs:enumeration value="Usb" />
<xs:enumeration value="Raid" />
<xs:enumeration value="Iscsi" />
<xs:enumeration value="Sas" />
<xs:enumeration value="Sata" />
<xs:enumeration value="Sd" />
<xs:enumeration value="Mmc" />
<xs:enumeration value="Virtual" />
<xs:enumeration value="FileBackedVirtual" />
<xs:enumeration value="Spaces" />
<xs:enumeration value="Max" />
<xs:enumeration value="MaxReserved">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">127</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="StorageBusType" nillable="true" type="tns:StorageBusType" />
<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:simpleType name="VirtualHardDiskStorageFormat">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Vmfs" />
<xs:enumeration value="Nfs" />
</xs:restriction>
</xs:simpleType>
<xs:element name="VirtualHardDiskStorageFormat" nillable="true" type="tns:VirtualHardDiskStorageFormat" />
</xs:schema>
</Schemas>