XenServer 7.2

Code name: "falcon".

Released in May 2017.

Changes

ChangeElementDescription
Published class Feature A new piece of functionality
Published class SDN_controller Describes the SDN controller that is to connect with the pool
Published class VMSS VM Snapshot Schedule
Published field Feature.enabled Indicates whether the feature is enabled
Published field Feature.experimental Indicates whether the feature is experimental (as opposed to stable and fully supported)
Published field Feature.host The host where this feature is available
Published field Feature.uuid Unique identifier/object reference
Published field Feature.version The version of this feature
Published field SDN_controller.address IP address of the controller
Published field SDN_controller.port TCP port of the controller
Published field SDN_controller.protocol Protocol to connect with SDN controller
Published field SDN_controller.uuid Unique identifier/object reference
Published field VM.is_default_template Identifies default templates
Published field VM.is_vmss_snapshot true if this snapshot was created by the snapshot schedule
Published field VM.snapshot_schedule Ref pointing to a snapshot schedule for this VM
Published field host.features List of features available on this host
Published field network.managed true if the bridge is managed by xapi
Published message SDN_controller.forget Remove the OVS manager of the pool and destroy the db record.
Published message SDN_controller.introduce Introduce an SDN controller to the pool.
Published message VM.set_snapshot_schedule Set the value of the snapshot schedule field
Published message VMSS.add_to_schedule
Published message VMSS.remove_from_schedule
Published message VMSS.set_frequency Set the value of the frequency field
Published message VMSS.set_last_run_time
Published message VMSS.set_retained_snapshots
Published message VMSS.set_schedule
Published message VMSS.set_type
Published message VMSS.snapshot_now This call executes the snapshot schedule immediately
Published message task.set_status Set the task status
Changed field network.bridge Added to the constructor (network.create)
Deprecated field pool.vswitch_controller Deprecated: set the IP address of the vswitch controller in SDN_controller instead.
Deprecated message pool.set_vswitch_controller Deprecated: use 'SDN_controller.introduce' and 'SDN_controller.forget' instead.