<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZMacOSRestoreImage/url",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZMacOSRestoreImage(py)URL"
  },
  "title" : "url"
}
-->

# url

The URL of this restore image.

```
var url: URL { get }
```

## Discussion

If the restore image loaded using [`image(from:)`](/documentation/Virtualization/VZMacOSRestoreImage/image(from:)), the value of this property is a file URL.

If you obtain the restore image by fetching it from a server, use [`latestSupported`](/documentation/Virtualization/VZMacOSRestoreImage/latestSupported) and set the value of this property to a network URL for the installation media file.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)