disks property
Disks created on the instances that will be preserved on instance delete, update, etc.
This map is keyed with the device names of the disks.
Implementation
core.Map<core.String, StatefulPolicyPreservedStateDiskDevice>? disks;
Disks created on the instances that will be preserved on instance delete, update, etc.
This map is keyed with the device names of the disks.
core.Map<core.String, StatefulPolicyPreservedStateDiskDevice>? disks;