Scaleway · Schema

scaleway.instance.v1.Snapshot.BaseVolume

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
id string Volume ID on which the snapshot is based.
name string Volume name on which the snapshot is based on.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1snapshotbasevolume-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Snapshot.BaseVolume",
  "title": "scaleway.instance.v1.Snapshot.BaseVolume",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Volume ID on which the snapshot is based."
    },
    "name": {
      "type": "string",
      "description": "Volume name on which the snapshot is based on."
    }
  },
  "x-properties-order": [
    "id",
    "name"
  ]
}