Skip to content

IntelliRecoverSetting

Properties

Name Type Description Notes
AutoFlag Pointer to bool Auto recovering flag [optional]
FirstRebootPoeInterval Pointer to int32 First reboot uplinkDevice poe interval [optional]
Id Pointer to string The intelli recover setting Id. [optional]
LimitNum Pointer to int32 The limit reboot uplinkDevice poe number [optional]
RebootPoeInterval Pointer to int32 Retry reboot uplinkDevice poe interval [optional]

Methods

NewIntelliRecoverSetting

func NewIntelliRecoverSetting() *IntelliRecoverSetting

NewIntelliRecoverSetting instantiates a new IntelliRecoverSetting 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

NewIntelliRecoverSettingWithDefaults

func NewIntelliRecoverSettingWithDefaults() *IntelliRecoverSetting

NewIntelliRecoverSettingWithDefaults instantiates a new IntelliRecoverSetting 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

GetAutoFlag

func (o *IntelliRecoverSetting) GetAutoFlag() bool

GetAutoFlag returns the AutoFlag field if non-nil, zero value otherwise.

GetAutoFlagOk

func (o *IntelliRecoverSetting) GetAutoFlagOk() (*bool, bool)

GetAutoFlagOk returns a tuple with the AutoFlag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAutoFlag

func (o *IntelliRecoverSetting) SetAutoFlag(v bool)

SetAutoFlag sets AutoFlag field to given value.

HasAutoFlag

func (o *IntelliRecoverSetting) HasAutoFlag() bool

HasAutoFlag returns a boolean if a field has been set.

GetFirstRebootPoeInterval

func (o *IntelliRecoverSetting) GetFirstRebootPoeInterval() int32

GetFirstRebootPoeInterval returns the FirstRebootPoeInterval field if non-nil, zero value otherwise.

GetFirstRebootPoeIntervalOk

func (o *IntelliRecoverSetting) GetFirstRebootPoeIntervalOk() (*int32, bool)

GetFirstRebootPoeIntervalOk returns a tuple with the FirstRebootPoeInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFirstRebootPoeInterval

func (o *IntelliRecoverSetting) SetFirstRebootPoeInterval(v int32)

SetFirstRebootPoeInterval sets FirstRebootPoeInterval field to given value.

HasFirstRebootPoeInterval

func (o *IntelliRecoverSetting) HasFirstRebootPoeInterval() bool

HasFirstRebootPoeInterval returns a boolean if a field has been set.

GetId

func (o *IntelliRecoverSetting) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IntelliRecoverSetting) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *IntelliRecoverSetting) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IntelliRecoverSetting) HasId() bool

HasId returns a boolean if a field has been set.

GetLimitNum

func (o *IntelliRecoverSetting) GetLimitNum() int32

GetLimitNum returns the LimitNum field if non-nil, zero value otherwise.

GetLimitNumOk

func (o *IntelliRecoverSetting) GetLimitNumOk() (*int32, bool)

GetLimitNumOk returns a tuple with the LimitNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLimitNum

func (o *IntelliRecoverSetting) SetLimitNum(v int32)

SetLimitNum sets LimitNum field to given value.

HasLimitNum

func (o *IntelliRecoverSetting) HasLimitNum() bool

HasLimitNum returns a boolean if a field has been set.

GetRebootPoeInterval

func (o *IntelliRecoverSetting) GetRebootPoeInterval() int32

GetRebootPoeInterval returns the RebootPoeInterval field if non-nil, zero value otherwise.

GetRebootPoeIntervalOk

func (o *IntelliRecoverSetting) GetRebootPoeIntervalOk() (*int32, bool)

GetRebootPoeIntervalOk returns a tuple with the RebootPoeInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRebootPoeInterval

func (o *IntelliRecoverSetting) SetRebootPoeInterval(v int32)

SetRebootPoeInterval sets RebootPoeInterval field to given value.

HasRebootPoeInterval

func (o *IntelliRecoverSetting) HasRebootPoeInterval() bool

HasRebootPoeInterval returns a boolean if a field has been set.

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