mode property
The mode in which to attach this disk, either READ_WRITE
or READ_ONLY
.
If not specified, the default is to attach the disk in READ_WRITE
mode.
Valid values: * READ_ONLY
* READ_WRITE
Implementation
core.String? mode;
The mode in which to attach this disk, either READ_WRITE
or READ_ONLY
.
If not specified, the default is to attach the disk in READ_WRITE
mode.
Valid values: * READ_ONLY
* READ_WRITE
core.String? mode;