Name | Type | Description | Notes |
---|---|---|---|
GraceTime | Pointer to V0039Uint32NoVal | [optional] | |
Max | Pointer to V0039QosLimitsMax | [optional] | |
Factor | Pointer to float64 | [optional] | |
Min | Pointer to V0039QosLimitsMin | [optional] |
func NewV0039QosLimits() *V0039QosLimits
NewV0039QosLimits instantiates a new V0039QosLimits 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 NewV0039QosLimitsWithDefaults() *V0039QosLimits
NewV0039QosLimitsWithDefaults instantiates a new V0039QosLimits 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 *V0039QosLimits) GetGraceTime() V0039Uint32NoVal
GetGraceTime returns the GraceTime field if non-nil, zero value otherwise.
func (o *V0039QosLimits) GetGraceTimeOk() (*V0039Uint32NoVal, bool)
GetGraceTimeOk returns a tuple with the GraceTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimits) SetGraceTime(v V0039Uint32NoVal)
SetGraceTime sets GraceTime field to given value.
func (o *V0039QosLimits) HasGraceTime() bool
HasGraceTime returns a boolean if a field has been set.
func (o *V0039QosLimits) GetMax() V0039QosLimitsMax
GetMax returns the Max field if non-nil, zero value otherwise.
func (o *V0039QosLimits) GetMaxOk() (*V0039QosLimitsMax, bool)
GetMaxOk returns a tuple with the Max field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimits) SetMax(v V0039QosLimitsMax)
SetMax sets Max field to given value.
func (o *V0039QosLimits) HasMax() bool
HasMax returns a boolean if a field has been set.
func (o *V0039QosLimits) GetFactor() float64
GetFactor returns the Factor field if non-nil, zero value otherwise.
func (o *V0039QosLimits) GetFactorOk() (*float64, bool)
GetFactorOk returns a tuple with the Factor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimits) SetFactor(v float64)
SetFactor sets Factor field to given value.
func (o *V0039QosLimits) HasFactor() bool
HasFactor returns a boolean if a field has been set.
func (o *V0039QosLimits) GetMin() V0039QosLimitsMin
GetMin returns the Min field if non-nil, zero value otherwise.
func (o *V0039QosLimits) GetMinOk() (*V0039QosLimitsMin, bool)
GetMinOk returns a tuple with the Min field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimits) SetMin(v V0039QosLimitsMin)
SetMin sets Min field to given value.
func (o *V0039QosLimits) HasMin() bool
HasMin returns a boolean if a field has been set.