Scaleway · Schema

scaleway.vpc.v2.ListSubnetOverlapsResponse.SubnetOverlap

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
subnet_id string (UUID format)
subnet string (IP network)
target_subnet_id string (UUID format)
target_subnet string (IP network)
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayvpcv2listsubnetoverlapsresponsesubnetoverlap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.vpc.v2.ListSubnetOverlapsResponse.SubnetOverlap",
  "title": "scaleway.vpc.v2.ListSubnetOverlapsResponse.SubnetOverlap",
  "type": "object",
  "properties": {
    "subnet_id": {
      "type": "string",
      "description": "(UUID format)",
      "example": "6170692e-7363-616c-6577-61792e636f6d"
    },
    "subnet": {
      "type": "string",
      "description": "(IP network)",
      "example": "1.2.3.4/32"
    },
    "target_subnet_id": {
      "type": "string",
      "description": "(UUID format)",
      "example": "6170692e-7363-616c-6577-61792e636f6d"
    },
    "target_subnet": {
      "type": "string",
      "description": "(IP network)",
      "example": "1.2.3.4/32"
    }
  },
  "x-properties-order": [
    "subnet_id",
    "subnet",
    "target_subnet_id",
    "target_subnet"
  ]
}