You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`attributes` (Map of String) Map of key-value pairs which represents the attributes and its values.
68
+
-`attributes` (Map of String) Map of key-value pairs which represents the attributes and its values. To indicate an empty YANG container use `<EMPTY>` as the value.
69
69
-`delete` (Boolean) Delete object during destroy operation. Default value is `true`.
70
70
-`device` (String) A device name from the provider configuration.
71
71
-`lists` (Attributes List) YANG lists. (see [below for nested schema](#nestedatt--lists))
@@ -83,7 +83,7 @@ Required:
83
83
84
84
Optional:
85
85
86
-
-`items` (List of Map of String) List of maps of key-value pairs which represents the attributes and its values.
86
+
-`items` (List of Map of String) List of maps of key-value pairs which represents the attributes and its values. To indicate an empty YANG container use `<EMPTY>` as the value.
87
87
-`key` (String) YANG list key attribute(s). In case of multiple keys, those should be separated by a comma (`,`).
MarkdownDescription: "Map of key-value pairs which represents the attributes and its values.",
82
+
MarkdownDescription: "Map of key-value pairs which represents the attributes and its values. To indicate an empty YANG container use `<EMPTY>` as the value.",
MarkdownDescription: "List of maps of key-value pairs which represents the attributes and its values.",
100
+
MarkdownDescription: "List of maps of key-value pairs which represents the attributes and its values. To indicate an empty YANG container use `<EMPTY>` as the value.",
0 commit comments