public enum DiskRestoreProperties.Types.AccessModeReference documentation and code samples for the Backup and DR Service v1 API enum DiskRestoreProperties.Types.AccessMode.
The supported access modes of the disk.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
ReadOnlyMany |
The AccessMode means the disk can be attached to multiple instances in RO mode. |
ReadWriteMany |
The AccessMode means the disk can be attached to multiple instances in RW mode. |
ReadWriteSingle |
The default AccessMode, means the disk can be attached to single instance in RW mode. |