| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Pointer to bool | [optional] | |
| ForceMinTtl | Pointer to float32 | [optional] | |
| ForceMaxTtl | Pointer to float32 | [optional] |
func NewNetworkSettingsDnsCache() *NetworkSettingsDnsCache
NewNetworkSettingsDnsCache instantiates a new NetworkSettingsDnsCache 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 NewNetworkSettingsDnsCacheWithDefaults() *NetworkSettingsDnsCache
NewNetworkSettingsDnsCacheWithDefaults instantiates a new NetworkSettingsDnsCache 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 *NetworkSettingsDnsCache) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *NetworkSettingsDnsCache) 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 *NetworkSettingsDnsCache) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *NetworkSettingsDnsCache) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *NetworkSettingsDnsCache) GetForceMinTtl() float32
GetForceMinTtl returns the ForceMinTtl field if non-nil, zero value otherwise.
func (o *NetworkSettingsDnsCache) GetForceMinTtlOk() (*float32, bool)
GetForceMinTtlOk returns a tuple with the ForceMinTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkSettingsDnsCache) SetForceMinTtl(v float32)
SetForceMinTtl sets ForceMinTtl field to given value.
func (o *NetworkSettingsDnsCache) HasForceMinTtl() bool
HasForceMinTtl returns a boolean if a field has been set.
func (o *NetworkSettingsDnsCache) GetForceMaxTtl() float32
GetForceMaxTtl returns the ForceMaxTtl field if non-nil, zero value otherwise.
func (o *NetworkSettingsDnsCache) GetForceMaxTtlOk() (*float32, bool)
GetForceMaxTtlOk returns a tuple with the ForceMaxTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkSettingsDnsCache) SetForceMaxTtl(v float32)
SetForceMaxTtl sets ForceMaxTtl field to given value.
func (o *NetworkSettingsDnsCache) HasForceMaxTtl() bool
HasForceMaxTtl returns a boolean if a field has been set.