From 87b6e5f3472480a2c5ff2fe9cf3687af38a8c1f8 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Wed, 7 Feb 2024 10:24:12 -0800 Subject: [PATCH] Update docs --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 5dfd3090..2f849c73 100644 --- a/docs/api.md +++ b/docs/api.md @@ -615,7 +615,7 @@ _Appears in:_ | `vlanNamespace` _string_ | VLANNamespace is the name of the VLANNamespace this VPC belongs to (if not specified, "default" is used) | | `defaultIsolated` _boolean_ | DefaultIsolated sets default bahivour for isolated mode for the subnets (disabled by default) | | `defaultRestricted` _boolean_ | DefaultRestricted sets default bahivour for restricted mode for the subnets (disabled by default) | -| `permit` _string array array_ | Permit defines a list of the access policies between the subnets within the VPC - each policy is a list of subnets that have access to each other | +| `permit` _string array array_ | Permit defines a list of the access policies between the subnets within the VPC - each policy is a list of subnets that have access to each other. It's applied on top of the subnet isolation flag and if subnet isn't isolated it's not required to have it in a permit list while if vpc is marked as isolated it's required to have it in a permit list to have access to other subnets. | #### VPCStatus