diff --git a/codegenerator/openapi/octavia.py b/codegenerator/openapi/octavia.py index 4924a47..90c3160 100644 --- a/codegenerator/openapi/octavia.py +++ b/codegenerator/openapi/octavia.py @@ -292,6 +292,11 @@ POOL_QUERY_PARAMETERS: dict[str, Any] = { "format": "date-time", "description": "The UTC date and timestamp when the resource was last updated.", }, + "loadbalancer_id": { + "type": "string", + "format": "uuid", + "description": "The ID of the load balancer for the pool.", + }, "tls_enabled": {"type": "boolean"}, "tls_ciphers": { "type": "string",

AltStyle によって変換されたページ (->オリジナル) /