2.2.5.2.14 MountPhase
The MountPhase type describes the different phases of mounting a backup.
-
<xs:simpleType name="MountPhase"> <xs:restriction base="xs:string"> <xs:enumeration value="MountConnect" /> <xs:enumeration value="MountAuthenticate" /> <xs:enumeration value="MountLocateComputer" /> <xs:enumeration value="MountLocateBackup" /> <xs:enumeration value="MountLocateVolume" /> <xs:enumeration value="MountMountVolume" /> <xs:enumeration value="MountExploreVolume" /> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
MountConnect |
Connect to the server. |
|
MountAuthenticate |
Authenticate the connection. |
|
MountLocateComputer |
Locate source computer. |
|
MountLocateBackup |
Locate source backup set. |
|
MountLocateVolume |
Locate source volume. |
|
MountMountVolume |
Actually mount the volume. |
|
MountExploreVolume |
Allow exploring the mounted volume. |