---
title: timeout
framework: virtualization
role: symbol
role_heading: Instance Property
path: virtualization/vznetworkblockdevicestoragedeviceattachment/timeout
---

# timeout

The timeout value in seconds for the connection between the client and server.

## Declaration

```swift
var timeout: TimeInterval { get }
```

## Discussion

Discussion When the timeout expires, the client attempts to reconnect with the server. If after several retries, the client can’t reestablish a connection to the server, the framework invokes the attachment(_:didEncounterError:) delegate method.

## See Also

### Getting information about the attachment point

- [isForcedReadOnly](virtualization/vznetworkblockdevicestoragedeviceattachment/isforcedreadonly.md)
- [synchronizationMode](virtualization/vznetworkblockdevicestoragedeviceattachment/synchronizationmode.md)
- [url](virtualization/vznetworkblockdevicestoragedeviceattachment/url.md)
