index property

int? index
getter/setter pair

A zero-based index to this disk, where 0 is reserved for the boot disk.

If you have many disks attached to an instance, each disk would have a unique index number.

Output only.

Implementation

core.int? index;