Scaleway · Schema

scaleway.instance.v1.Server.Filesystem.State

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1serverfilesystemstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Server.Filesystem.State",
  "title": "scaleway.instance.v1.Server.Filesystem.State",
  "type": "string",
  "enum": [
    "unknown_state",
    "attaching",
    "available",
    "detaching"
  ],
  "default": "unknown_state"
}