Scaleway · Schema

scaleway.instance.v1.VolumeType.Constraints

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
min integer (in bytes)
max integer (in bytes)
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1volumetypeconstraints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.VolumeType.Constraints",
  "title": "scaleway.instance.v1.VolumeType.Constraints",
  "type": "object",
  "properties": {
    "min": {
      "type": "integer",
      "description": "(in bytes)",
      "format": "uint64"
    },
    "max": {
      "type": "integer",
      "description": "(in bytes)",
      "format": "uint64"
    }
  },
  "x-properties-order": [
    "min",
    "max"
  ]
}