Name | Type | Description | Notes |
---|---|---|---|
PriorityThreshold | Pointer to V0039Uint32NoVal | [optional] | |
Tres | Pointer to V0039QosLimitsMinTres | [optional] |
func NewV0039QosLimitsMin() *V0039QosLimitsMin
NewV0039QosLimitsMin instantiates a new V0039QosLimitsMin 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 NewV0039QosLimitsMinWithDefaults() *V0039QosLimitsMin
NewV0039QosLimitsMinWithDefaults instantiates a new V0039QosLimitsMin 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 *V0039QosLimitsMin) GetPriorityThreshold() V0039Uint32NoVal
GetPriorityThreshold returns the PriorityThreshold field if non-nil, zero value otherwise.
func (o *V0039QosLimitsMin) GetPriorityThresholdOk() (*V0039Uint32NoVal, bool)
GetPriorityThresholdOk returns a tuple with the PriorityThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimitsMin) SetPriorityThreshold(v V0039Uint32NoVal)
SetPriorityThreshold sets PriorityThreshold field to given value.
func (o *V0039QosLimitsMin) HasPriorityThreshold() bool
HasPriorityThreshold returns a boolean if a field has been set.
func (o *V0039QosLimitsMin) GetTres() V0039QosLimitsMinTres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0039QosLimitsMin) GetTresOk() (*V0039QosLimitsMinTres, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosLimitsMin) SetTres(v V0039QosLimitsMinTres)
SetTres sets Tres field to given value.
func (o *V0039QosLimitsMin) HasTres() bool
HasTres returns a boolean if a field has been set.