mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 23:04:22 +01:00
virtcontainers: clh: Re-generate the client code
This patch re-generates the client code for Cloud Hypervisor v21.0. Note: The client code of cloud-hypervisor's (CLH) OpenAPI is automatically generated by openapi-generator [1-2]. [1] https://github.com/OpenAPITools/openapi-generator [2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
# SendMigrationData
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DestinationUrl** | Pointer to **string** | | [optional]
|
||||
**Local** | Pointer to **bool** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSendMigrationData
|
||||
|
||||
`func NewSendMigrationData() *SendMigrationData`
|
||||
|
||||
NewSendMigrationData instantiates a new SendMigrationData 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
|
||||
|
||||
### NewSendMigrationDataWithDefaults
|
||||
|
||||
`func NewSendMigrationDataWithDefaults() *SendMigrationData`
|
||||
|
||||
NewSendMigrationDataWithDefaults instantiates a new SendMigrationData 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
|
||||
|
||||
### GetDestinationUrl
|
||||
|
||||
`func (o *SendMigrationData) GetDestinationUrl() string`
|
||||
|
||||
GetDestinationUrl returns the DestinationUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDestinationUrlOk
|
||||
|
||||
`func (o *SendMigrationData) GetDestinationUrlOk() (*string, bool)`
|
||||
|
||||
GetDestinationUrlOk returns a tuple with the DestinationUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDestinationUrl
|
||||
|
||||
`func (o *SendMigrationData) SetDestinationUrl(v string)`
|
||||
|
||||
SetDestinationUrl sets DestinationUrl field to given value.
|
||||
|
||||
### HasDestinationUrl
|
||||
|
||||
`func (o *SendMigrationData) HasDestinationUrl() bool`
|
||||
|
||||
HasDestinationUrl returns a boolean if a field has been set.
|
||||
|
||||
### GetLocal
|
||||
|
||||
`func (o *SendMigrationData) GetLocal() bool`
|
||||
|
||||
GetLocal returns the Local field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocalOk
|
||||
|
||||
`func (o *SendMigrationData) GetLocalOk() (*bool, bool)`
|
||||
|
||||
GetLocalOk returns a tuple with the Local field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLocal
|
||||
|
||||
`func (o *SendMigrationData) SetLocal(v bool)`
|
||||
|
||||
SetLocal sets Local field to given value.
|
||||
|
||||
### HasLocal
|
||||
|
||||
`func (o *SendMigrationData) HasLocal() bool`
|
||||
|
||||
HasLocal returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user