Files
hunfabric/modules/net-vpc/schemas/internal-range.schema.md
2026-04-18 10:07:14 +02:00

1.1 KiB

InternalRange

Properties

additional properties: false

  • name: string
  • description: string
  • labels: object
    additional properties: string
  • ip_cidr_range: string
  • usage: string
    enum: ['FOR_VPC', 'EXTERNAL_TO_VPC', 'FOR_MIGRATION']
  • peering: string
    enum: ['FOR_SELF', 'FOR_PEER', 'NOT_SHARED']
  • prefix_length: integer
  • target_cidr_range: array
    • items: string
  • exclude_cidr_ranges: array
    • items: string
  • allocation_options: object
    additional properties: false
    • allocation_strategy: string
      enum: ['RANDOM', 'FIRST_AVAILABLE', 'RANDOM_FIRST_N_AVAILABLE', 'FIRST_SMALLEST_FITTING']
    • first_available_ranges_lookup_size: integer
  • overlaps: array
    • items: string
      enum: ['OVERLAP_ROUTE_RANGE', 'OVERLAP_EXISTING_SUBNET_RANGE']
  • migration: object
    additional properties: false
    • source: string
    • target: string
  • immutable: boolean

Definitions