REST VPC Prefixes are the tenant network resource for FNN sites. Core accepts IPv6 VPC Prefixes for supported VPC types, but the REST request model, OpenAPI request and response schemas, and TUI still constrain prefixLength to 8 through 31. That prevents the IPv6 prefix lengths used by FNN from being created through REST.
Support an IPv6 tenant IP block throughout VPC Prefix creation for an FNN VPC. Validate the requested prefix length against the selected block's address family, keep the generated SDK and TUI aligned with the contract, and add focused coverage for allocation and workflow dispatch. REST Subnets remain IPv4-only because they configure ETV networks.
Part of #84.
REST VPC Prefixes are the tenant network resource for FNN sites. Core accepts IPv6 VPC Prefixes for supported VPC types, but the REST request model, OpenAPI request and response schemas, and TUI still constrain
prefixLengthto 8 through 31. That prevents the IPv6 prefix lengths used by FNN from being created through REST.Support an IPv6 tenant IP block throughout VPC Prefix creation for an FNN VPC. Validate the requested prefix length against the selected block's address family, keep the generated SDK and TUI aligned with the contract, and add focused coverage for allocation and workflow dispatch. REST Subnets remain IPv4-only because they configure ETV networks.
Part of #84.