rsdo 0.1.20260901

A Rust client library for the DigitalOcean API v2
Documentation
type: object

properties:
  size:
    type: string
    example: db-s-4vcpu-8gb
    description: A slug identifier representing desired the size of the nodes in the database cluster.
  num_nodes:
    type: integer
    format: int32
    example: 3
    description: >-
      The number of nodes in the database cluster. Valid values are are 1-3.
      In addition to the primary node, up to two standby nodes may be added for
      highly available configurations.
  storage_size_mib:
    type: integer
    example: 61440
    description: >-
      Additional storage added to the cluster, in MiB. If null, no additional storage is added to the cluster, beyond
      what is provided as a base amount from the 'size' and any previously added additional storage.


required:
  - size
  - num_nodes