instanceDisks property

List<GetInstanceTypeInstanceDisk>? instanceDisks
final

Describes the disks for the instance type.

  • instance_disks.#.count - The number of disks with this configuration.
  • instance_disks.#.size - The size of the disk in GB.
  • instance_disks.#.type - The type of disk.

Implementation

final List<GetInstanceTypeInstanceDisk>? instanceDisks;