src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DebugConsoleConfig.md
| Name | Type | Description | Notes |
|---|---|---|---|
| File | Pointer to string | [optional] | |
| Mode | string | ||
| Iobase | Pointer to int32 | [optional] |
func NewDebugConsoleConfig(mode string, ) *DebugConsoleConfig
NewDebugConsoleConfig instantiates a new DebugConsoleConfig 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 NewDebugConsoleConfigWithDefaults() *DebugConsoleConfig
NewDebugConsoleConfigWithDefaults instantiates a new DebugConsoleConfig 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 *DebugConsoleConfig) GetFile() string
GetFile returns the File field if non-nil, zero value otherwise.
func (o *DebugConsoleConfig) GetFileOk() (*string, bool)
GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DebugConsoleConfig) SetFile(v string)
SetFile sets File field to given value.
func (o *DebugConsoleConfig) HasFile() bool
HasFile returns a boolean if a field has been set.
func (o *DebugConsoleConfig) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *DebugConsoleConfig) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DebugConsoleConfig) SetMode(v string)
SetMode sets Mode field to given value.
func (o *DebugConsoleConfig) GetIobase() int32
GetIobase returns the Iobase field if non-nil, zero value otherwise.
func (o *DebugConsoleConfig) GetIobaseOk() (*int32, bool)
GetIobaseOk returns a tuple with the Iobase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DebugConsoleConfig) SetIobase(v int32)
SetIobase sets Iobase field to given value.
func (o *DebugConsoleConfig) HasIobase() bool
HasIobase returns a boolean if a field has been set.