Name | Type | Description | Notes |
---|---|---|---|
BootArgs | Pointer to NullableString | [optional] | |
RestoreBootArgs | Pointer to NullableString | [optional] | |
Udid | Pointer to NullableString | Boot udid | [optional] |
Ecid | Pointer to NullableString | Assigned ECID | [optional] |
RandomSeed | Pointer to NullableString | Random seed to provide to boot if any | [optional] |
Pac | Pointer to NullableBool | Enable PAC | [optional] |
Aprr | Pointer to NullableBool | Enable APRR | [optional] |
AdditionalTags | Pointer to []InstanceBootOptionsAdditionalTag | [optional] |
func NewInstanceBootOptions() *InstanceBootOptions
NewInstanceBootOptions instantiates a new InstanceBootOptions 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 NewInstanceBootOptionsWithDefaults() *InstanceBootOptions
NewInstanceBootOptionsWithDefaults instantiates a new InstanceBootOptions 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 *InstanceBootOptions) GetBootArgs() string
GetBootArgs returns the BootArgs field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetBootArgsOk() (*string, bool)
GetBootArgsOk returns a tuple with the BootArgs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetBootArgs(v string)
SetBootArgs sets BootArgs field to given value.
func (o *InstanceBootOptions) HasBootArgs() bool
HasBootArgs returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetBootArgsNil(b bool)
SetBootArgsNil sets the value for BootArgs to be an explicit nil
func (o *InstanceBootOptions) UnsetBootArgs()
UnsetBootArgs ensures that no value is present for BootArgs, not even an explicit nil
func (o *InstanceBootOptions) GetRestoreBootArgs() string
GetRestoreBootArgs returns the RestoreBootArgs field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetRestoreBootArgsOk() (*string, bool)
GetRestoreBootArgsOk returns a tuple with the RestoreBootArgs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetRestoreBootArgs(v string)
SetRestoreBootArgs sets RestoreBootArgs field to given value.
func (o *InstanceBootOptions) HasRestoreBootArgs() bool
HasRestoreBootArgs returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetRestoreBootArgsNil(b bool)
SetRestoreBootArgsNil sets the value for RestoreBootArgs to be an explicit nil
func (o *InstanceBootOptions) UnsetRestoreBootArgs()
UnsetRestoreBootArgs ensures that no value is present for RestoreBootArgs, not even an explicit nil
func (o *InstanceBootOptions) GetUdid() string
GetUdid returns the Udid field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetUdidOk() (*string, bool)
GetUdidOk returns a tuple with the Udid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetUdid(v string)
SetUdid sets Udid field to given value.
func (o *InstanceBootOptions) HasUdid() bool
HasUdid returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetUdidNil(b bool)
SetUdidNil sets the value for Udid to be an explicit nil
func (o *InstanceBootOptions) UnsetUdid()
UnsetUdid ensures that no value is present for Udid, not even an explicit nil
func (o *InstanceBootOptions) GetEcid() string
GetEcid returns the Ecid field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetEcidOk() (*string, bool)
GetEcidOk returns a tuple with the Ecid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetEcid(v string)
SetEcid sets Ecid field to given value.
func (o *InstanceBootOptions) HasEcid() bool
HasEcid returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetEcidNil(b bool)
SetEcidNil sets the value for Ecid to be an explicit nil
func (o *InstanceBootOptions) UnsetEcid()
UnsetEcid ensures that no value is present for Ecid, not even an explicit nil
func (o *InstanceBootOptions) GetRandomSeed() string
GetRandomSeed returns the RandomSeed field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetRandomSeedOk() (*string, bool)
GetRandomSeedOk returns a tuple with the RandomSeed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetRandomSeed(v string)
SetRandomSeed sets RandomSeed field to given value.
func (o *InstanceBootOptions) HasRandomSeed() bool
HasRandomSeed returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetRandomSeedNil(b bool)
SetRandomSeedNil sets the value for RandomSeed to be an explicit nil
func (o *InstanceBootOptions) UnsetRandomSeed()
UnsetRandomSeed ensures that no value is present for RandomSeed, not even an explicit nil
func (o *InstanceBootOptions) GetPac() bool
GetPac returns the Pac field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetPacOk() (*bool, bool)
GetPacOk returns a tuple with the Pac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetPac(v bool)
SetPac sets Pac field to given value.
func (o *InstanceBootOptions) HasPac() bool
HasPac returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetPacNil(b bool)
SetPacNil sets the value for Pac to be an explicit nil
func (o *InstanceBootOptions) UnsetPac()
UnsetPac ensures that no value is present for Pac, not even an explicit nil
func (o *InstanceBootOptions) GetAprr() bool
GetAprr returns the Aprr field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetAprrOk() (*bool, bool)
GetAprrOk returns a tuple with the Aprr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetAprr(v bool)
SetAprr sets Aprr field to given value.
func (o *InstanceBootOptions) HasAprr() bool
HasAprr returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetAprrNil(b bool)
SetAprrNil sets the value for Aprr to be an explicit nil
func (o *InstanceBootOptions) UnsetAprr()
UnsetAprr ensures that no value is present for Aprr, not even an explicit nil
func (o *InstanceBootOptions) GetAdditionalTags() []InstanceBootOptionsAdditionalTag
GetAdditionalTags returns the AdditionalTags field if non-nil, zero value otherwise.
func (o *InstanceBootOptions) GetAdditionalTagsOk() (*[]InstanceBootOptionsAdditionalTag, bool)
GetAdditionalTagsOk returns a tuple with the AdditionalTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceBootOptions) SetAdditionalTags(v []InstanceBootOptionsAdditionalTag)
SetAdditionalTags sets AdditionalTags field to given value.
func (o *InstanceBootOptions) HasAdditionalTags() bool
HasAdditionalTags returns a boolean if a field has been set.
func (o *InstanceBootOptions) SetAdditionalTagsNil(b bool)
SetAdditionalTagsNil sets the value for AdditionalTags to be an explicit nil
func (o *InstanceBootOptions) UnsetAdditionalTags()
UnsetAdditionalTags ensures that no value is present for AdditionalTags, not even an explicit nil