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
CP-10532: Change name for virtual hardware platform version
Change from VM.virt_hw_vn and Host.virt_hw_vns to VM.hardware_platform_version and Host.virtual_hardware_platform_versions
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
Copy file name to clipboardexpand all lines: ocaml/idl/datamodel.ml
+2-2
Original file line number
Diff line number
Diff line change
@@ -4361,7 +4361,7 @@ let host =
4361
4361
field ~qualifier:DynamicRO~lifecycle:[Published, rel_boston, ""] ~ty:(Set (Ref _pci)) "PCIs""List of PCI devices in the host";
4362
4362
field ~qualifier:DynamicRO~lifecycle:[Published, rel_boston, ""] ~ty:(Set (Ref _pgpu)) "PGPUs""List of physical GPUs in the host";
4363
4363
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";
4364
-
field ~qualifier:DynamicRO~in_product_since:rel_creedence ~default_value:(Some (VSet [VInt0L])) ~ty:(Set (Int)) "virt_hw_vns""The set of versions of the virtual hardware platform that the host can offer to its guests";
4364
+
field ~qualifier:DynamicRO~in_product_since:rel_creedence ~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";
4365
4365
])
4366
4366
()
4367
4367
@@ -6887,7 +6887,7 @@ let vm =
6887
6887
field ~writer_roles:_R_VM_ADMIN ~qualifier:RW~in_product_since:rel_boston ~default_value:(Some (VRef (Ref.string_of Ref.null))) ~ty:(Ref _sr) "suspend_SR""The SR on which a suspend image is stored";
6888
6888
field ~qualifier:StaticRO~in_product_since:rel_boston ~default_value:(Some (VInt0L)) ~ty:Int"version""The number of times this VM has been recovered";
6889
6889
field ~qualifier:StaticRO~in_product_since:rel_clearwater ~default_value:(Some (VString"0:0")) ~ty:(String) "generation_id""Generation ID of the VM";
6890
-
field ~writer_roles:_R_VM_ADMIN ~qualifier:RW~in_product_since:rel_creedence ~default_value:(Some (VInt0L)) ~ty:Int"virt_hw_vn""The host virtual hardware platform version the VM can run on";
6890
+
field ~writer_roles:_R_VM_ADMIN ~qualifier:RW~in_product_since:rel_creedence ~default_value:(Some (VInt0L)) ~ty:Int"hardware_platform_version""The host virtual hardware platform version the VM can run on";
0 commit comments