magic_routed_subnet

APIs.ioEngineeringPlatform

Properties

Name Type Description
nat object
next_hop object
prefix object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-routed-subnet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_routed_subnet",
  "title": "magic_routed_subnet",
  "properties": {
    "nat": {
      "$ref": "#/components/schemas/magic_nat"
    },
    "next_hop": {
      "$ref": "#/components/schemas/magic_ip-address"
    },
    "prefix": {
      "$ref": "#/components/schemas/magic_cidr"
    }
  },
  "required": [
    "prefix",
    "next_hop"
  ],
  "type": "object"
}