AvailableNetworksModel

  • id
    Type: stringFormat: uuid
    required

    Network ID

  • name
    Type: string
    required

    Network name

  • networkType
    Type: stringenum
    required

    Type of network - 'standard' (L3 with routing) or 'custom' (L2 only)

    values
    • standard
    • custom
  • cidrBlock
    Type: string

    CIDR block for the network. Only present for standard (L3) networks. Omitted for custom (L2) networks.