src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/PayloadConfig.md
| Name | Type | Description | Notes |
|---|---|---|---|
| Firmware | Pointer to string | [optional] | |
| Kernel | Pointer to string | [optional] | |
| Cmdline | Pointer to string | [optional] | |
| Initramfs | Pointer to string | [optional] | |
| Igvm | Pointer to string | [optional] | |
| HostData | Pointer to string | [optional] |
func NewPayloadConfig() *PayloadConfig
NewPayloadConfig instantiates a new PayloadConfig 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
func NewPayloadConfigWithDefaults() *PayloadConfig
NewPayloadConfigWithDefaults instantiates a new PayloadConfig 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
func (o *PayloadConfig) GetFirmware() string
GetFirmware returns the Firmware field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetFirmwareOk() (*string, bool)
GetFirmwareOk returns a tuple with the Firmware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetFirmware(v string)
SetFirmware sets Firmware field to given value.
func (o *PayloadConfig) HasFirmware() bool
HasFirmware returns a boolean if a field has been set.
func (o *PayloadConfig) GetKernel() string
GetKernel returns the Kernel field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetKernelOk() (*string, bool)
GetKernelOk returns a tuple with the Kernel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetKernel(v string)
SetKernel sets Kernel field to given value.
func (o *PayloadConfig) HasKernel() bool
HasKernel returns a boolean if a field has been set.
func (o *PayloadConfig) GetCmdline() string
GetCmdline returns the Cmdline field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetCmdlineOk() (*string, bool)
GetCmdlineOk returns a tuple with the Cmdline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetCmdline(v string)
SetCmdline sets Cmdline field to given value.
func (o *PayloadConfig) HasCmdline() bool
HasCmdline returns a boolean if a field has been set.
func (o *PayloadConfig) GetInitramfs() string
GetInitramfs returns the Initramfs field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetInitramfsOk() (*string, bool)
GetInitramfsOk returns a tuple with the Initramfs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetInitramfs(v string)
SetInitramfs sets Initramfs field to given value.
func (o *PayloadConfig) HasInitramfs() bool
HasInitramfs returns a boolean if a field has been set.
func (o *PayloadConfig) GetIgvm() string
GetIgvm returns the Igvm field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetIgvmOk() (*string, bool)
GetIgvmOk returns a tuple with the Igvm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetIgvm(v string)
SetIgvm sets Igvm field to given value.
func (o *PayloadConfig) HasIgvm() bool
HasIgvm returns a boolean if a field has been set.
func (o *PayloadConfig) GetHostData() string
GetHostData returns the HostData field if non-nil, zero value otherwise.
func (o *PayloadConfig) GetHostDataOk() (*string, bool)
GetHostDataOk returns a tuple with the HostData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayloadConfig) SetHostData(v string)
SetHostData sets HostData field to given value.
func (o *PayloadConfig) HasHostData() bool
HasHostData returns a boolean if a field has been set.