Module: Google::Cloud::BackupDR::V1::DiskRestoreProperties::AccessMode

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb

Overview

The supported access modes of the disk.

Constant Summary collapse

READ_WRITE_SINGLE =

The default AccessMode, means the disk can be attached to single instance in RW mode.

0
READ_WRITE_MANY =

The AccessMode means the disk can be attached to multiple instances in RW mode.

1
READ_ONLY_MANY =

The AccessMode means the disk can be attached to multiple instances in RO mode.

2