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_host.ml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ let host_query_ha = call ~flags:[`Session]
591
591
let call_plugin = call
592
592
~name:"call_plugin"
593
593
~in_product_since:rel_orlando
594
-
~doc:"Call a XenAPI plugin on this host"
594
+
~doc:"Call an API plugin on this host"
595
595
~params:[Ref _host, "host", "The host";
596
596
String, "plugin", "The name of the plugin";
597
597
String, "fn", "The name of the function within the plugin";
@@ -614,7 +614,7 @@ let host_query_ha = call ~flags:[`Session]
614
614
~name:"call_extension"
615
615
~in_product_since:rel_ely
616
616
~custom_marshaller:true
617
-
~doc:"Call a XenAPI extension on this host"
617
+
~doc:"Call an API extension on this host"
618
618
~params:[Ref _host, "host", "The host";
619
619
String, "call", "Rpc call for the extension";]
620
620
~result:(String, "Result from the extension")
@@ -1053,7 +1053,7 @@ let host_query_ha = call ~flags:[`Session]
1053
1053
let set_ssl_legacy = call
1054
1054
~name:"set_ssl_legacy"
1055
1055
~lifecycle:[Published, rel_dundee, ""]
1056
-
~doc:"Enable/disable SSLv3 for interoperability with older versions of XenServer. When this is set to a different value, the host immediately restarts its SSL/TLS listening service; typically this takes less than a second but existing connections to it will be broken. XenAPI login sessions will remain valid."
1056
+
~doc:"Enable/disable SSLv3 for interoperability with older server versions. When this is set to a different value, the host immediately restarts its SSL/TLS listening service; typically this takes less than a second but existing connections to it will be broken. API login sessions will remain valid."
1057
1057
~params:[
1058
1058
Ref _host, "self", "The host";
1059
1059
Bool, "value", "True to allow SSLv3 and ciphersuites as used in old XenServer versions";
@@ -1430,7 +1430,7 @@ let host_query_ha = call ~flags:[`Session]
1430
1430
field ~qualifier:DynamicRO~lifecycle:[Published, rel_boston, ""] ~ty:(Set (Ref _pci)) "PCIs""List of PCI devices in the host";
1431
1431
field ~qualifier:DynamicRO~lifecycle:[Published, rel_boston, ""] ~ty:(Set (Ref _pgpu)) "PGPUs""List of physical GPUs in the host";
1432
1432
field ~qualifier:DynamicRO~lifecycle:[Published, rel_inverness, ""] ~ty:(Set (Ref _pusb)) "PUSBs""List of physical USBs in the host";
1433
-
field ~qualifier:StaticRO~lifecycle:[Published, rel_dundee, ""] ~ty:Bool~default_value:(Some (VBooltrue)) "ssl_legacy""Allow SSLv3 protocol and ciphersuites as used by older XenServers. This controls both incoming and outgoing connections. When this is set to a different value, the host immediately restarts its SSL/TLS listening service; typically this takes less than a second but existing connections to it will be broken. XenAPI login sessions will remain valid.";
1433
+
field ~qualifier:StaticRO~lifecycle:[Published, rel_dundee, ""] ~ty:Bool~default_value:(Some (VBooltrue)) "ssl_legacy""Allow SSLv3 protocol and ciphersuites as used by older server versions. This controls both incoming and outgoing connections. When this is set to a different value, the host immediately restarts its SSL/TLS listening service; typically this takes less than a second but existing connections to it will be broken. API login sessions will remain valid.";
1434
1434
field ~qualifier:RW~in_product_since:rel_tampa ~default_value:(Some (VMap[])) ~ty:(Map (String, String)) "guest_VCPUs_params""VCPUs params to apply to all resident guests";
1435
1435
field ~qualifier:RW~in_product_since:rel_cream ~default_value:(Some (VEnum"enabled")) ~ty:display "display""indicates whether the host is configured to output its console to a physical display device";
1436
1436
field ~qualifier:DynamicRO~in_product_since:rel_cream ~default_value:(Some (VSet [VInt0L])) ~ty:(Set (Int)) "virtual_hardware_platform_versions""The set of versions of the virtual hardware platform that the host can offer to its guests";
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel_vm.ml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ let power_behaviour =
299
299
let set_is_default_template = call
300
300
~name:"set_is_default_template"
301
301
~hide_from_docs:true
302
-
~lifecycle: [Published, rel_falcon, "Allows to define XenServer default templates"]
302
+
~lifecycle: [Published, rel_falcon, "Allows to define default templates"]
303
303
~doc:"Makes the specified VM a default template."
304
304
~params:[
305
305
Ref _vm, "vm", "The VM that will become a default template";
@@ -1111,7 +1111,7 @@ let power_behaviour =
1111
1111
let call_plugin = call
1112
1112
~name:"call_plugin"
1113
1113
~in_product_since:rel_cream
1114
-
~doc:"Call a XenAPI plugin on this vm"
1114
+
~doc:"Call an API plugin on this vm"
1115
1115
~params:[Ref _vm, "vm", "The vm";
1116
1116
String, "plugin", "The name of the plugin";
1117
1117
String, "fn", "The name of the function within the plugin";
@@ -1310,7 +1310,7 @@ let set_HVM_boot_policy = call ~flags:[`Session]
1310
1310
1311
1311
field ~ty:Int"user_version""Creators of VMs and templates may store version information here.";
1312
1312
field ~effect:true~ty:Bool"is_a_template""true if this is a template. Template VMs can never be started, they are used only for cloning other VMs";
1313
-
field ~ty:Bool~default_value:(Some (VBoolfalse)) ~qualifier:DynamicRO~writer_roles:_R_POOL_ADMIN ~lifecycle:[Published, rel_falcon, "Identifies XenServer default templates"] "is_default_template""true if this is a default template. Default template VMs can never be started or migrated, they are used only for cloning other VMs";
1313
+
field ~ty:Bool~default_value:(Some (VBoolfalse)) ~qualifier:DynamicRO~writer_roles:_R_POOL_ADMIN ~lifecycle:[Published, rel_falcon, "Identifies default templates"] "is_default_template""true if this is a default template. Default template VMs can never be started or migrated, they are used only for cloning other VMs";
1314
1314
field ~qualifier:DynamicRO~ty:(Ref _vdi) "suspend_VDI""The VDI that a suspend image is stored on. (Only has meaning if VM is currently suspended)";
1315
1315
1316
1316
field ~writer_roles:_R_VM_POWER_ADMIN ~qualifier:DynamicRO~ty:(Ref _host) "resident_on""the host the VM is currently resident on";
0 commit comments