Name | Type | Description | Notes |
---|---|---|---|
Hash | Pointer to NullableString | [optional] | |
Info | Pointer to NullableString | [optional] | |
Enabled | Pointer to NullableBool | [optional] |
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
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
func (o *InstanceNetmonState) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
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.
func (o *InstanceNetmonState) SetHash(v string)
SetHash sets Hash field to given value.
func (o *InstanceNetmonState) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *InstanceNetmonState) SetHashNil(b bool)
SetHashNil sets the value for Hash to be an explicit nil
func (o *InstanceNetmonState) UnsetHash()
UnsetHash ensures that no value is present for Hash, not even an explicit nil
func (o *InstanceNetmonState) GetInfo() string
GetInfo returns the Info field if non-nil, zero value otherwise.
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.
func (o *InstanceNetmonState) SetInfo(v string)
SetInfo sets Info field to given value.
func (o *InstanceNetmonState) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (o *InstanceNetmonState) SetInfoNil(b bool)
SetInfoNil sets the value for Info to be an explicit nil
func (o *InstanceNetmonState) UnsetInfo()
UnsetInfo ensures that no value is present for Info, not even an explicit nil
func (o *InstanceNetmonState) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *InstanceNetmonState) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *InstanceNetmonState) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *InstanceNetmonState) SetEnabledNil(b bool)
SetEnabledNil sets the value for Enabled to be an explicit nil
func (o *InstanceNetmonState) UnsetEnabled()
UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil