Scaleway · Schema

scaleway.instance.v1.VolumeSummary

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
id string
name string
size integer (in bytes)
volume_type object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1volumesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.VolumeSummary",
  "title": "scaleway.instance.v1.VolumeSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "size": {
      "type": "integer",
      "description": "(in bytes)",
      "format": "uint64"
    },
    "volume_type": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Volume.VolumeType"
    }
  },
  "x-properties-order": [
    "id",
    "name",
    "size",
    "volume_type"
  ]
}