pub type ComputeInstanceId = StorageInstanceId;
Identifier of a compute instance.
enum ComputeInstanceId { System(u64), User(u64), }
A system storage instance.
A user storage instance.