Back to Kata Containers

PayloadConfig

src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/PayloadConfig.md

3.30.04.6 KB
Original Source

PayloadConfig

Properties

NameTypeDescriptionNotes
FirmwarePointer to string[optional]
KernelPointer to string[optional]
CmdlinePointer to string[optional]
InitramfsPointer to string[optional]
IgvmPointer to string[optional]
HostDataPointer to string[optional]

Methods

NewPayloadConfig

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

NewPayloadConfigWithDefaults

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

GetFirmware

func (o *PayloadConfig) GetFirmware() string

GetFirmware returns the Firmware field if non-nil, zero value otherwise.

GetFirmwareOk

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.

SetFirmware

func (o *PayloadConfig) SetFirmware(v string)

SetFirmware sets Firmware field to given value.

HasFirmware

func (o *PayloadConfig) HasFirmware() bool

HasFirmware returns a boolean if a field has been set.

GetKernel

func (o *PayloadConfig) GetKernel() string

GetKernel returns the Kernel field if non-nil, zero value otherwise.

GetKernelOk

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.

SetKernel

func (o *PayloadConfig) SetKernel(v string)

SetKernel sets Kernel field to given value.

HasKernel

func (o *PayloadConfig) HasKernel() bool

HasKernel returns a boolean if a field has been set.

GetCmdline

func (o *PayloadConfig) GetCmdline() string

GetCmdline returns the Cmdline field if non-nil, zero value otherwise.

GetCmdlineOk

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.

SetCmdline

func (o *PayloadConfig) SetCmdline(v string)

SetCmdline sets Cmdline field to given value.

HasCmdline

func (o *PayloadConfig) HasCmdline() bool

HasCmdline returns a boolean if a field has been set.

GetInitramfs

func (o *PayloadConfig) GetInitramfs() string

GetInitramfs returns the Initramfs field if non-nil, zero value otherwise.

GetInitramfsOk

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.

SetInitramfs

func (o *PayloadConfig) SetInitramfs(v string)

SetInitramfs sets Initramfs field to given value.

HasInitramfs

func (o *PayloadConfig) HasInitramfs() bool

HasInitramfs returns a boolean if a field has been set.

GetIgvm

func (o *PayloadConfig) GetIgvm() string

GetIgvm returns the Igvm field if non-nil, zero value otherwise.

GetIgvmOk

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.

SetIgvm

func (o *PayloadConfig) SetIgvm(v string)

SetIgvm sets Igvm field to given value.

HasIgvm

func (o *PayloadConfig) HasIgvm() bool

HasIgvm returns a boolean if a field has been set.

GetHostData

func (o *PayloadConfig) GetHostData() string

GetHostData returns the HostData field if non-nil, zero value otherwise.

GetHostDataOk

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.

SetHostData

func (o *PayloadConfig) SetHostData(v string)

SetHostData sets HostData field to given value.

HasHostData

func (o *PayloadConfig) HasHostData() bool

HasHostData returns a boolean if a field has been set.

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