disks property

Map<String, StatefulPolicyPreservedStateDiskDevice>? disks
getter/setter pair

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;