Scaleway · Schema

scaleway.instance.v1.Ip.State

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1ipstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Ip.State",
  "title": "scaleway.instance.v1.Ip.State",
  "type": "string",
  "enum": [
    "unknown_state",
    "detached",
    "attached",
    "pending",
    "error"
  ],
  "default": "unknown_state"
}