Scaleway · Schema

scaleway.instance.v1.Server.Filesystem

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
filesystem_id string (UUID format)
state object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1serverfilesystem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Server.Filesystem",
  "title": "scaleway.instance.v1.Server.Filesystem",
  "type": "object",
  "properties": {
    "filesystem_id": {
      "type": "string",
      "description": "(UUID format)",
      "example": "6170692e-7363-616c-6577-61792e636f6d"
    },
    "state": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Server.Filesystem.State"
    }
  },
  "x-properties-order": [
    "filesystem_id",
    "state"
  ]
}