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
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2557,7 +2557,7 @@ let host_management_disable = call ~flags:[`Session]
2557
2557
()
2558
2558
2559
2559
let host_get_management_interface = call
2560
-
~lifecycle:[]
2560
+
~lifecycle:[Prototyped, rel_tampa, ""]
2561
2561
~name:"get_management_interface"
2562
2562
~doc:"Returns the management interface for the specified host"
2563
2563
~params:[Ref _host, "host", "Which host's management interface is required"]
@@ -4577,7 +4577,7 @@ let pif_reconfigure_ipv6 = call
4577
4577
String, "gateway", "the new gateway";
4578
4578
String, "DNS", "the new DNS settings";
4579
4579
]
4580
-
~lifecycle:[]
4580
+
~lifecycle:[Prototyped, rel_tampa, ""]
4581
4581
~allowed_roles:_R_POOL_OP
4582
4582
()
4583
4583
@@ -4591,7 +4591,7 @@ let pif_set_primary_address_type = call
4591
4591
~params:[Ref _pif, "self", "the PIF object to reconfigure";
4592
4592
pif_primary_address_type, "primary_address_type", "Whether to prefer IPv4 or IPv6 connections";
4593
4593
]
4594
-
~lifecycle:[]
4594
+
~lifecycle:[Prototyped, rel_tampa, ""]
4595
4595
~allowed_roles:_R_POOL_OP
4596
4596
()
4597
4597
@@ -4739,10 +4739,10 @@ let pif =
4739
4739
field ~in_product_since:rel_orlando ~default_value:(Some (VBoolfalse)) ~ty:Bool"disallow_unplug""Prevent this PIF from being unplugged; set this to notify the management tool-stack that the PIF has a special use and should not be unplugged under any circumstances (e.g. because you're running storage traffic over it)";
4740
4740
field ~in_oss_since:None~ty:(Set(Ref _tunnel)) ~lifecycle:[Published, rel_cowley, "Indicates to which tunnel this PIF gives access"] ~qualifier:DynamicRO"tunnel_access_PIF_of""Indicates to which tunnel this PIF gives access";
4741
4741
field ~in_oss_since:None~ty:(Set(Ref _tunnel)) ~lifecycle:[Published, rel_cowley, "Indicates to which tunnel this PIF provides transport"] ~qualifier:DynamicRO"tunnel_transport_PIF_of""Indicates to which tunnel this PIF provides transport";
4742
-
field ~in_oss_since:None~ty:pif_ipv6_configuration_mode ~lifecycle:[] ~qualifier:DynamicRO"ipv6_configuration_mode""Sets if and how this interface gets an IPv6 address"~default_value:(Some (VEnum"None"));
4743
-
field ~in_oss_since:None~ty:(Set(String)) ~lifecycle:[] ~qualifier:DynamicRO"IPv6""IPv6 address"~default_value:(Some (VSet[]));
4744
-
field ~in_oss_since:None~ty:String~lifecycle:[] ~qualifier:DynamicRO"ipv6_gateway""IPv6 gateway"~default_value:(Some (VString""));
4745
-
field ~in_oss_since:None~ty:pif_primary_address_type ~lifecycle:[] ~qualifier:DynamicRO"primary_address_type""Which protocol should define the primary address of this interface"~default_value:(Some (VEnum"IPv4"));
4742
+
field ~in_oss_since:None~ty:pif_ipv6_configuration_mode ~lifecycle:[Prototyped, rel_tampa, ""] ~qualifier:DynamicRO"ipv6_configuration_mode""Sets if and how this interface gets an IPv6 address"~default_value:(Some (VEnum"None"));
4743
+
field ~in_oss_since:None~ty:(Set(String)) ~lifecycle:[Prototyped, rel_tampa, ""] ~qualifier:DynamicRO"IPv6""IPv6 address"~default_value:(Some (VSet[]));
4744
+
field ~in_oss_since:None~ty:String~lifecycle:[Prototyped, rel_tampa, ""] ~qualifier:DynamicRO"ipv6_gateway""IPv6 gateway"~default_value:(Some (VString""));
4745
+
field ~in_oss_since:None~ty:pif_primary_address_type ~lifecycle:[Prototyped, rel_tampa, ""] ~qualifier:DynamicRO"primary_address_type""Which protocol should define the primary address of this interface"~default_value:(Some (VEnum"IPv4"));
4746
4746
field ~in_oss_since:None~ty:Bool~lifecycle:[Published, rel_vgpu_productisation, ""] ~qualifier:StaticRO"managed""Indicates whether the interface \
4747
4747
is managed by xapi. If it is not, then xapi will not configure the interface, the commands PIF.plug/unplug/reconfigure_ip(v6) \
4748
4748
can not be used, nor can the interface be bonded or have VLANs based on top through xapi."~default_value:(Some (VBooltrue));
0 commit comments