Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
138 lines (77 loc) · 3.63 KB

InstanceNetmonState.md

File metadata and controls

138 lines (77 loc) · 3.63 KB

InstanceNetmonState

Properties

Name Type Description Notes
Hash Pointer to NullableString [optional]
Info Pointer to NullableString [optional]
Enabled Pointer to NullableBool [optional]

Methods

NewInstanceNetmonState

func NewInstanceNetmonState() *InstanceNetmonState

NewInstanceNetmonState instantiates a new InstanceNetmonState 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

NewInstanceNetmonStateWithDefaults

func NewInstanceNetmonStateWithDefaults() *InstanceNetmonState

NewInstanceNetmonStateWithDefaults instantiates a new InstanceNetmonState 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

GetHash

func (o *InstanceNetmonState) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *InstanceNetmonState) GetHashOk() (*string, bool)

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

SetHash

func (o *InstanceNetmonState) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *InstanceNetmonState) HasHash() bool

HasHash returns a boolean if a field has been set.

SetHashNil

func (o *InstanceNetmonState) SetHashNil(b bool)

SetHashNil sets the value for Hash to be an explicit nil

UnsetHash

func (o *InstanceNetmonState) UnsetHash()

UnsetHash ensures that no value is present for Hash, not even an explicit nil

GetInfo

func (o *InstanceNetmonState) GetInfo() string

GetInfo returns the Info field if non-nil, zero value otherwise.

GetInfoOk

func (o *InstanceNetmonState) GetInfoOk() (*string, bool)

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

SetInfo

func (o *InstanceNetmonState) SetInfo(v string)

SetInfo sets Info field to given value.

HasInfo

func (o *InstanceNetmonState) HasInfo() bool

HasInfo returns a boolean if a field has been set.

SetInfoNil

func (o *InstanceNetmonState) SetInfoNil(b bool)

SetInfoNil sets the value for Info to be an explicit nil

UnsetInfo

func (o *InstanceNetmonState) UnsetInfo()

UnsetInfo ensures that no value is present for Info, not even an explicit nil

GetEnabled

func (o *InstanceNetmonState) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *InstanceNetmonState) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *InstanceNetmonState) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *InstanceNetmonState) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

SetEnabledNil

func (o *InstanceNetmonState) SetEnabledNil(b bool)

SetEnabledNil sets the value for Enabled to be an explicit nil

UnsetEnabled

func (o *InstanceNetmonState) UnsetEnabled()

UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil

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