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
(* PIF pool introduce is used to copy PIF records on pool join -- it's the PIF analogue of VDI.pool_introduce *)
@@ -4726,7 +4735,7 @@ let pif_set_property = call
4726
4735
String, "name", "The property name";
4727
4736
String, "value", "The property value";
4728
4737
]
4729
-
~lifecycle:[Published, rel_augusta, ""]
4738
+
~lifecycle:[Published, rel_creedence, ""]
4730
4739
~allowed_roles:_R_POOL_OP
4731
4740
()
4732
4741
@@ -4775,7 +4784,7 @@ let pif =
4775
4784
field ~in_oss_since:None~ty:Bool~lifecycle:[Published, rel_vgpu_productisation, ""] ~qualifier:StaticRO"managed""Indicates whether the interface \
4776
4785
is managed by xapi. If it is not, then xapi will not configure the interface, the commands PIF.plug/unplug/reconfigure_ip(v6) \
4777
4786
can not be used, nor can the interface be bonded or have VLANs based on top through xapi."~default_value:(Some (VBooltrue));
4778
-
field ~lifecycle:[Published, rel_augusta, ""] ~qualifier:DynamicRO~ty:(Map(String, String)) ~default_value:(Some (VMap[])) "properties""Additional configuration properties for the interface.";
4787
+
field ~lifecycle:[Published, rel_creedence, ""] ~qualifier:DynamicRO~ty:(Map(String, String)) ~default_value:(Some (VMap[])) "properties""Additional configuration properties for the interface.";
0 commit comments