disks property
Array of disks associated with this instance.
Persistent disks must be created before you can assign them.
Implementation
core.List<AttachedDisk>? disks;
Array of disks associated with this instance.
Persistent disks must be created before you can assign them.
core.List<AttachedDisk>? disks;