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
~doc:"The WLB server said something that XenServer wasn't expecting or didn't understand. The method called on the WLB server, a diagnostic reason, and the response from WLB are returned."();
870
+
~doc:"WLB said something that the server wasn't expecting or didn't understand. The method called on WLB, a diagnostic reason, and the response from WLB are returned."();
~doc:"The backup partition to stream the updat to cannot be found"();
@@ -3981,7 +3981,7 @@ let host_patch =
3981
3981
3982
3982
let host_bugreport_upload = call
3983
3983
~name:"bugreport_upload"
3984
-
~doc:"Run xen-bugtool --yestoall and upload the output to Citrix support"
3984
+
~doc:"Run xen-bugtool --yestoall and upload the output to support"
3985
3985
~in_oss_since:None
3986
3986
~in_product_since:rel_rio
3987
3987
~params:[ Ref _host, "host", "The host on which to run xen-bugtool";
@@ -4051,7 +4051,7 @@ let host_create_params =
4051
4051
{param_type=String; param_name="external_auth_service_name"; param_doc="name of external authentication service configured; empty if none configured"; param_release=george_release; param_default=Some(VString"")};
4052
4052
{param_type=Map(String,String); param_name="external_auth_configuration"; param_doc="configuration specific to external authentication service"; param_release=george_release; param_default=Some(VMap[])};
4053
4053
{param_type=Map(String,String); param_name="license_params"; param_doc="State of the current license"; param_release=midnight_ride_release; param_default=Some(VMap[])};
{param_type=Map(String,String); param_name="license_server"; param_doc="Contact information of the license server"; param_release=midnight_ride_release; param_default=Some(VMap [VString"address", VString"localhost"; VString"port", VString"27000"])};
4056
4056
{param_type=Ref _sr; param_name="local_cache_sr"; param_doc="The SR that is used as a local cache"; param_release=cowley_release; param_default=(Some (VRef (Ref.string_of Ref.null)))};
4057
4057
{param_type=Map(String,String); param_name="chipset_info"; param_doc="Information about chipset features"; param_release=boston_release; param_default=Some(VMap[])};
@@ -4633,7 +4633,7 @@ let host =
4633
4633
field ~qualifier:DynamicRO~in_product_since:rel_george ~default_value:(Some (VString"")) ~ty:String"external_auth_type""type of external authentication service configured; empty if none configured.";
4634
4634
field ~qualifier:DynamicRO~in_product_since:rel_george ~default_value:(Some (VString"")) ~ty:String"external_auth_service_name""name of external authentication service configured; empty if none configured.";
4635
4635
field ~qualifier:DynamicRO~in_product_since:rel_george ~default_value:(Some (VMap[])) ~ty:(Map (String,String)) "external_auth_configuration""configuration specific to external authentication service";
4636
-
field ~qualifier:DynamicRO~in_product_since:rel_midnight_ride ~default_value:(Some (VString"")) ~ty:String"edition""XenServer edition";
4636
+
field ~qualifier:DynamicRO~in_product_since:rel_midnight_ride ~default_value:(Some (VString"")) ~ty:String"edition""Product edition";
4637
4637
field ~qualifier:RW~in_product_since:rel_midnight_ride ~default_value:(Some (VMap [VString"address", VString"localhost"; VString"port", VString"27000"])) ~ty:(Map (String, String)) "license_server""Contact information of the license server";
4638
4638
field ~qualifier:DynamicRO~in_product_since:rel_midnight_ride ~default_value:(Some (VMap[])) ~ty:(Map (String,String)) "bios_strings""BIOS strings";
4639
4639
field ~qualifier:DynamicRO~in_product_since:rel_midnight_ride ~default_value:(Some (VString"")) ~ty:String"power_on_mode""The power on mode";
@@ -7695,13 +7695,13 @@ let vmpp =
7695
7695
field ~lifecycle:vmpr_removed ~qualifier:RW~ty:vmpp_backup_type "backup_type""type of the backup sub-policy"~default_value:(Some (VEnum"snapshot"));
7696
7696
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:Int"backup_retention_value""maximum number of backups that should be stored at any time"~default_value:(Some (VInt7L));
7697
7697
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:vmpp_backup_frequency "backup_frequency""frequency of the backup schedule"~default_value:(Some (VEnum"daily"));
7698
-
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:(Map (String,String)) "backup_schedule""schedule of the backup containing 'hour', 'min', 'days'. Date/time-related information is in XenServer Local Timezone"~default_value:(Some (VMap[]));
7698
+
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:(Map (String,String)) "backup_schedule""schedule of the backup containing 'hour', 'min', 'days'. Date/time-related information is in Local Timezone"~default_value:(Some (VMap[]));
7699
7699
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO~ty:Bool"is_backup_running""true if this protection policy's backup is running";
7700
7700
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO~ty:DateTime"backup_last_run_time""time of the last backup"~default_value:(Some(VDateTime(Date.of_float 0.)));
7701
7701
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:vmpp_archive_target_type "archive_target_type""type of the archive target config"~default_value:(Some (VEnum"none"));
7702
7702
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:(Map (String,String)) "archive_target_config""configuration for the archive, including its 'location', 'username', 'password'"~default_value:(Some (VMap[]));
7703
7703
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:vmpp_archive_frequency "archive_frequency""frequency of the archive schedule"~default_value:(Some (VEnum"never"));
7704
-
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:(Map (String,String)) "archive_schedule""schedule of the archive containing 'hour', 'min', 'days'. Date/time-related information is in XenServer Local Timezone"~default_value:(Some (VMap[]));
7704
+
field ~lifecycle:vmpr_removed ~qualifier:StaticRO~ty:(Map (String,String)) "archive_schedule""schedule of the archive containing 'hour', 'min', 'days'. Date/time-related information is in Local Timezone"~default_value:(Some (VMap[]));
7705
7705
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO~ty:Bool"is_archive_running""true if this protection policy's archive is running";
7706
7706
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO~ty:DateTime"archive_last_run_time""time of the last archive"~default_value:(Some(VDateTime(Date.of_float 0.)));
7707
7707
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO~ty:(Set (Ref _vm)) "VMs""all VMs attached to this protection policy";
0 commit comments