Backup and DR Service v1 API - Enum DiskRestoreProperties.Types.AccessMode (2.2.0)

public enum DiskRestoreProperties.Types.AccessMode

Reference 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.V1

Assembly

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.