Files
kata-containers/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md
Bo Chen 46eb07e14f virtcontainers: clh: Re-generate the client code
This patch re-generates the client code for Cloud Hypervisor with the
updated `openapi-generator` v5.2.1.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-08-23 16:00:32 -07:00

1.5 KiB

VmmPingResponse

Properties

Name Type Description Notes
Version string

Methods

NewVmmPingResponse

func NewVmmPingResponse(version string, ) *VmmPingResponse

NewVmmPingResponse instantiates a new VmmPingResponse 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

NewVmmPingResponseWithDefaults

func NewVmmPingResponseWithDefaults() *VmmPingResponse

NewVmmPingResponseWithDefaults instantiates a new VmmPingResponse 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

GetVersion

func (o *VmmPingResponse) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VmmPingResponse) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *VmmPingResponse) SetVersion(v string)

SetVersion sets Version field to given value.

[Back to Model list] [Back to API list] [Back to README]