Name | Type | Description | Notes |
---|---|---|---|
Paused | Pointer to NullableBool | Start device paused | [optional] |
Sockcap | Pointer to NullableBool | Start device with Process Network Monitoring enabled | [optional] |
func NewInstanceStartOptions() *InstanceStartOptions
NewInstanceStartOptions instantiates a new InstanceStartOptions 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 NewInstanceStartOptionsWithDefaults() *InstanceStartOptions
NewInstanceStartOptionsWithDefaults instantiates a new InstanceStartOptions 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 *InstanceStartOptions) GetPaused() bool
GetPaused returns the Paused field if non-nil, zero value otherwise.
func (o *InstanceStartOptions) GetPausedOk() (*bool, bool)
GetPausedOk returns a tuple with the Paused field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceStartOptions) SetPaused(v bool)
SetPaused sets Paused field to given value.
func (o *InstanceStartOptions) HasPaused() bool
HasPaused returns a boolean if a field has been set.
func (o *InstanceStartOptions) SetPausedNil(b bool)
SetPausedNil sets the value for Paused to be an explicit nil
func (o *InstanceStartOptions) UnsetPaused()
UnsetPaused ensures that no value is present for Paused, not even an explicit nil
func (o *InstanceStartOptions) GetSockcap() bool
GetSockcap returns the Sockcap field if non-nil, zero value otherwise.
func (o *InstanceStartOptions) GetSockcapOk() (*bool, bool)
GetSockcapOk returns a tuple with the Sockcap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceStartOptions) SetSockcap(v bool)
SetSockcap sets Sockcap field to given value.
func (o *InstanceStartOptions) HasSockcap() bool
HasSockcap returns a boolean if a field has been set.
func (o *InstanceStartOptions) SetSockcapNil(b bool)
SetSockcapNil sets the value for Sockcap to be an explicit nil
func (o *InstanceStartOptions) UnsetSockcap()
UnsetSockcap ensures that no value is present for Sockcap, not even an explicit nil