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: _data/release_info.json
+76-4Lines changed: 76 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -968,9 +968,15 @@
968
968
{ "transition": "published field",
969
969
"name": "network.uuid",
970
970
"log": "Unique identifier/object reference" },
971
+
{ "transition": "published field",
972
+
"name": "pool.allowed_operations",
973
+
"log": "list of the operations allowed in this state. This list is advisory only and the server state may have changed by the time this field is read by a client." },
971
974
{ "transition": "published field",
972
975
"name": "pool.crash_dump_SR",
973
976
"log": "The SR in which VDIs for crash dumps are created" },
977
+
{ "transition": "published field",
978
+
"name": "pool.current_operations",
979
+
"log": "links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task." },
974
980
{ "transition": "published field",
975
981
"name": "pool.default_SR",
976
982
"log": "Default SR for VDIs" },
@@ -1222,7 +1228,7 @@
1222
1228
"log": "Pause the specified VM. This can only be called when the specified VM is in the Running state." },
1223
1229
{ "transition": "published message",
1224
1230
"name": "VM.pool_migrate",
1225
-
"log": "Migrate a VM to another Host. This can only be called when the specified VM is in the Running state." },
1231
+
"log": "Migrate a VM to another Host." },
1226
1232
{ "transition": "published message",
1227
1233
"name": "VM.power_state_reset",
1228
1234
"log": "Reset the power-state of the VM to halted in the database only. (Used to recover from slave failures in pooling scenarios by resetting the power-states of VMs running on dead slaves to halted.) This is a potentially dangerous operation; use with care." },
@@ -3073,10 +3079,10 @@
3073
3079
"log": "List of GPU groups in which at least one have this VGPU type enabled" },
3074
3080
{ "transition": "published field",
3075
3081
"name": "VGPU_type.max_resolution_x",
3076
-
"log": "Maximum resultion (width) supported by the VGPU type" },
3082
+
"log": "Maximum resolution (width) supported by the VGPU type" },
3077
3083
{ "transition": "published field",
3078
3084
"name": "VGPU_type.max_resolution_y",
3079
-
"log": "Maximum resoltion (height) supported by the VGPU type" },
3085
+
"log": "Maximum resolution (height) supported by the VGPU type" },
3080
3086
{ "transition": "published field",
3081
3087
"name": "VGPU_type.supported_on_GPU_groups",
3082
3088
"log": "List of GPU groups in which at least one PGPU supports this VGPU type" } ],
@@ -3114,9 +3120,15 @@
3114
3120
{ "transition": "published field",
3115
3121
"name": "PGPU.is_system_display_device",
3116
3122
"log": "Is this device the system display device" },
3123
+
{ "transition": "published field",
3124
+
"name": "VM.hardware_platform_version",
3125
+
"log": "The host virtual hardware platform version the VM can run on" },
3117
3126
{ "transition": "published field",
3118
3127
"name": "host.display",
3119
3128
"log": "indicates whether the host is configured to output its console to a physical display device" },
"log": "The set of versions of the virtual hardware platform that the host can offer to its guests" },
3120
3132
{ "transition": "published message",
3121
3133
"name": "PGPU.disable_dom0_access",
3122
3134
"log": "" },
@@ -3133,6 +3145,66 @@
3133
3145
"name": "host.enable_display",
3134
3146
"log": "Enable console output to the physical display device next time this host boots" } ],
3135
3147
"dundee": [
3148
+
{ "transition": "published field",
3149
+
"name": "PIF.capabilities",
3150
+
"log": "Additional capabilities on the interface." },
3151
+
{ "transition": "published field",
3152
+
"name": "SM.required_cluster_stack",
3153
+
"log": "The storage plugin requires that one of these cluster stacks is configured and running." },
3154
+
{ "transition": "published field",
3155
+
"name": "VGPU_type.experimental",
3156
+
"log": "Indicates whether VGPUs of this type should be considered experimental" },
3157
+
{ "transition": "published field",
3158
+
"name": "VGPU_type.identifier",
3159
+
"log": "Key used to identify VGPU types and avoid creating duplicates - this field is used internally and not intended for interpretation by API clients" },
3160
+
{ "transition": "published field",
3161
+
"name": "VGPU_type.implementation",
3162
+
"log": "The internal implementation of this VGPU type" },
3163
+
{ "transition": "published field",
3164
+
"name": "VM.auto_update_drivers",
3165
+
"log": "True if the Windows Update feature is enabled on the VM; false otherwise" },
0 commit comments