Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
Flags | Pointer to []string | [optional] | |
Id | Pointer to int32 | [optional] | |
Limits | Pointer to V0039QosLimits | [optional] | |
Name | Pointer to string | [optional] | |
Preempt | Pointer to V0039QosPreempt | [optional] | |
Priority | Pointer to V0039Uint32NoVal | [optional] | |
UsageFactor | Pointer to V0039Float64NoVal | [optional] | |
UsageThreshold | Pointer to V0039Float64NoVal | [optional] |
func NewV0039Qos() *V0039Qos
NewV0039Qos instantiates a new V0039Qos 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 NewV0039QosWithDefaults() *V0039Qos
NewV0039QosWithDefaults instantiates a new V0039Qos 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 *V0039Qos) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *V0039Qos) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *V0039Qos) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *V0039Qos) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0039Qos) GetFlagsOk() (*[]string, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0039Qos) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *V0039Qos) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V0039Qos) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetId(v int32)
SetId sets Id field to given value.
func (o *V0039Qos) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V0039Qos) GetLimits() V0039QosLimits
GetLimits returns the Limits field if non-nil, zero value otherwise.
func (o *V0039Qos) GetLimitsOk() (*V0039QosLimits, bool)
GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetLimits(v V0039QosLimits)
SetLimits sets Limits field to given value.
func (o *V0039Qos) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (o *V0039Qos) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0039Qos) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetName(v string)
SetName sets Name field to given value.
func (o *V0039Qos) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V0039Qos) GetPreempt() V0039QosPreempt
GetPreempt returns the Preempt field if non-nil, zero value otherwise.
func (o *V0039Qos) GetPreemptOk() (*V0039QosPreempt, bool)
GetPreemptOk returns a tuple with the Preempt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetPreempt(v V0039QosPreempt)
SetPreempt sets Preempt field to given value.
func (o *V0039Qos) HasPreempt() bool
HasPreempt returns a boolean if a field has been set.
func (o *V0039Qos) GetPriority() V0039Uint32NoVal
GetPriority returns the Priority field if non-nil, zero value otherwise.
func (o *V0039Qos) GetPriorityOk() (*V0039Uint32NoVal, bool)
GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetPriority(v V0039Uint32NoVal)
SetPriority sets Priority field to given value.
func (o *V0039Qos) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (o *V0039Qos) GetUsageFactor() V0039Float64NoVal
GetUsageFactor returns the UsageFactor field if non-nil, zero value otherwise.
func (o *V0039Qos) GetUsageFactorOk() (*V0039Float64NoVal, bool)
GetUsageFactorOk returns a tuple with the UsageFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetUsageFactor(v V0039Float64NoVal)
SetUsageFactor sets UsageFactor field to given value.
func (o *V0039Qos) HasUsageFactor() bool
HasUsageFactor returns a boolean if a field has been set.
func (o *V0039Qos) GetUsageThreshold() V0039Float64NoVal
GetUsageThreshold returns the UsageThreshold field if non-nil, zero value otherwise.
func (o *V0039Qos) GetUsageThresholdOk() (*V0039Float64NoVal, bool)
GetUsageThresholdOk returns a tuple with the UsageThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Qos) SetUsageThreshold(v V0039Float64NoVal)
SetUsageThreshold sets UsageThreshold field to given value.
func (o *V0039Qos) HasUsageThreshold() bool
HasUsageThreshold returns a boolean if a field has been set.