Scaleway · Schema

scaleway.vpc.v2.Action

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayvpcv2action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.vpc.v2.Action",
  "title": "scaleway.vpc.v2.Action",
  "type": "string",
  "enum": [
    "unknown_action",
    "accept",
    "drop"
  ],
  "default": "unknown_action"
}