Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | the name of the device | [optional] |
State | Pointer to NullableString | the desired state of the device | [optional] |
BootOptions | Pointer to InstanceBootOptions | [optional] | |
Proxy | Pointer to []ProxyConfig | [optional] |
func NewPatchInstanceOptions() *PatchInstanceOptions
NewPatchInstanceOptions instantiates a new PatchInstanceOptions 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 NewPatchInstanceOptionsWithDefaults() *PatchInstanceOptions
NewPatchInstanceOptionsWithDefaults instantiates a new PatchInstanceOptions 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 *PatchInstanceOptions) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchInstanceOptions) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchInstanceOptions) SetName(v string)
SetName sets Name field to given value.
func (o *PatchInstanceOptions) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchInstanceOptions) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *PatchInstanceOptions) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *PatchInstanceOptions) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *PatchInstanceOptions) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchInstanceOptions) SetState(v string)
SetState sets State field to given value.
func (o *PatchInstanceOptions) HasState() bool
HasState returns a boolean if a field has been set.
func (o *PatchInstanceOptions) SetStateNil(b bool)
SetStateNil sets the value for State to be an explicit nil
func (o *PatchInstanceOptions) UnsetState()
UnsetState ensures that no value is present for State, not even an explicit nil
func (o *PatchInstanceOptions) GetBootOptions() InstanceBootOptions
GetBootOptions returns the BootOptions field if non-nil, zero value otherwise.
func (o *PatchInstanceOptions) GetBootOptionsOk() (*InstanceBootOptions, bool)
GetBootOptionsOk returns a tuple with the BootOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchInstanceOptions) SetBootOptions(v InstanceBootOptions)
SetBootOptions sets BootOptions field to given value.
func (o *PatchInstanceOptions) HasBootOptions() bool
HasBootOptions returns a boolean if a field has been set.
func (o *PatchInstanceOptions) GetProxy() []ProxyConfig
GetProxy returns the Proxy field if non-nil, zero value otherwise.
func (o *PatchInstanceOptions) GetProxyOk() (*[]ProxyConfig, bool)
GetProxyOk returns a tuple with the Proxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchInstanceOptions) SetProxy(v []ProxyConfig)
SetProxy sets Proxy field to given value.
func (o *PatchInstanceOptions) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (o *PatchInstanceOptions) SetProxyNil(b bool)
SetProxyNil sets the value for Proxy to be an explicit nil
func (o *PatchInstanceOptions) UnsetProxy()
UnsetProxy ensures that no value is present for Proxy, not even an explicit nil