Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
82 lines (45 loc) · 2.49 KB

V0040QosLimitsMin.md

File metadata and controls

82 lines (45 loc) · 2.49 KB

V0040QosLimitsMin

Properties

Name Type Description Notes
PriorityThreshold Pointer to V0040Uint32NoVal [optional]
Tres Pointer to V0040QosLimitsMinTres [optional]

Methods

NewV0040QosLimitsMin

func NewV0040QosLimitsMin() *V0040QosLimitsMin

NewV0040QosLimitsMin instantiates a new V0040QosLimitsMin 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

NewV0040QosLimitsMinWithDefaults

func NewV0040QosLimitsMinWithDefaults() *V0040QosLimitsMin

NewV0040QosLimitsMinWithDefaults instantiates a new V0040QosLimitsMin 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

GetPriorityThreshold

func (o *V0040QosLimitsMin) GetPriorityThreshold() V0040Uint32NoVal

GetPriorityThreshold returns the PriorityThreshold field if non-nil, zero value otherwise.

GetPriorityThresholdOk

func (o *V0040QosLimitsMin) GetPriorityThresholdOk() (*V0040Uint32NoVal, 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.

SetPriorityThreshold

func (o *V0040QosLimitsMin) SetPriorityThreshold(v V0040Uint32NoVal)

SetPriorityThreshold sets PriorityThreshold field to given value.

HasPriorityThreshold

func (o *V0040QosLimitsMin) HasPriorityThreshold() bool

HasPriorityThreshold returns a boolean if a field has been set.

GetTres

func (o *V0040QosLimitsMin) GetTres() V0040QosLimitsMinTres

GetTres returns the Tres field if non-nil, zero value otherwise.

GetTresOk

func (o *V0040QosLimitsMin) GetTresOk() (*V0040QosLimitsMinTres, 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.

SetTres

func (o *V0040QosLimitsMin) SetTres(v V0040QosLimitsMinTres)

SetTres sets Tres field to given value.

HasTres

func (o *V0040QosLimitsMin) HasTres() bool

HasTres returns a boolean if a field has been set.

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