Let's bump the Cloud Hypervisor version to 5343e09e7b8db, as that brings a few fixes we're interested in, such as: * hypervisor, vmm: Handle TDX hypercalls with INVALID_OPERAND - https://github.com/cloud-hypervisor/cloud-hypervisor/pull/3723 - This is needed for the TDX support on the cloud hypervisor driver, which is part of this very same series. * openapi: Update the PciBdf types - https://github.com/cloud-hypervisor/cloud-hypervisor/pull/3748 - This is needed due to a change in a DeviceNode field, which would cause a marshalling / demarshalling error when running with a version of cloud-hypervisor that includes the TDX fixes mentioned above. * scripts: dev_cli: Don't quote $features_build * scripts: dev_cli: Add --features option - https://github.com/cloud-hypervisor/cloud-hypervisor/pull/3773 - This is needed due to changes in the scripts used to build Cloud Hypervisor, which are used as part of Kata Containers CIs and github actions. Due to this change, we're also adapting the build scripts as part of this very same commit. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
1.6 KiB
ReceiveMigrationData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ReceiverUrl | string |
Methods
NewReceiveMigrationData
func NewReceiveMigrationData(receiverUrl string, ) *ReceiveMigrationData
NewReceiveMigrationData instantiates a new ReceiveMigrationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewReceiveMigrationDataWithDefaults
func NewReceiveMigrationDataWithDefaults() *ReceiveMigrationData
NewReceiveMigrationDataWithDefaults instantiates a new ReceiveMigrationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetReceiverUrl
func (o *ReceiveMigrationData) GetReceiverUrl() string
GetReceiverUrl returns the ReceiverUrl field if non-nil, zero value otherwise.
GetReceiverUrlOk
func (o *ReceiveMigrationData) GetReceiverUrlOk() (*string, bool)
GetReceiverUrlOk returns a tuple with the ReceiverUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReceiverUrl
func (o *ReceiveMigrationData) SetReceiverUrl(v string)
SetReceiverUrl sets ReceiverUrl field to given value.