public enum AttachedDisk.Types.DiskModeReference documentation and code samples for the Backup and DR Service v1 API enum AttachedDisk.Types.DiskMode.
List of the Disk Modes.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
Locked |
The disk is locked for administrative reasons. Nobody else can use the disk. This mode is used (for example) when taking a snapshot of a disk to prevent mounting the disk while it is being snapshotted. |
ReadOnly |
Attaches this disk in read-only mode. Multiple virtual machines can use a disk in read-only mode at a time. |
ReadWrite |
Attaches this disk in read-write mode. Only one virtual machine at a time can be attached to a disk in read-write mode. |
Unspecified |
Default value, which is unused. |