Scaleway · Schema

scaleway.instance.v1.BootType

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1boottype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.BootType",
  "title": "scaleway.instance.v1.BootType",
  "type": "string",
  "enum": [
    "local",
    "bootscript",
    "rescue"
  ],
  "default": "local"
}