Scaleway · Schema

scaleway.rdb.v1.ACLRuleRequest

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
ip string (IP network)
description string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1aclrulerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.ACLRuleRequest",
  "title": "scaleway.rdb.v1.ACLRuleRequest",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "description": "(IP network)",
      "example": "1.2.3.4/32"
    },
    "description": {
      "type": "string"
    }
  },
  "x-properties-order": [
    "ip",
    "description"
  ]
}