Skip to content

OswQosConfigVO

Properties

Name Type Description Notes
Dot1pQueueMappingId string Dot1p Queue Mapping ID
Dot1pQueueMappingName Pointer to string Dot1p Queue Mapping Name [optional]
DscpDot1pMappingId string Dscp Dot1p Mapping ID
DscpDot1pMappingName Pointer to string Dscp Dot1p Mapping Name [optional]
QueueSchedulerId string Queue Scheduler ID
QueueSchedulerName Pointer to string Queue Scheduler Name [optional]

Methods

NewOswQosConfigVO

func NewOswQosConfigVO(dot1pQueueMappingId string, dscpDot1pMappingId string, queueSchedulerId string, ) *OswQosConfigVO

NewOswQosConfigVO instantiates a new OswQosConfigVO 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

NewOswQosConfigVOWithDefaults

func NewOswQosConfigVOWithDefaults() *OswQosConfigVO

NewOswQosConfigVOWithDefaults instantiates a new OswQosConfigVO 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

GetDot1pQueueMappingId

func (o *OswQosConfigVO) GetDot1pQueueMappingId() string

GetDot1pQueueMappingId returns the Dot1pQueueMappingId field if non-nil, zero value otherwise.

GetDot1pQueueMappingIdOk

func (o *OswQosConfigVO) GetDot1pQueueMappingIdOk() (*string, bool)

GetDot1pQueueMappingIdOk returns a tuple with the Dot1pQueueMappingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDot1pQueueMappingId

func (o *OswQosConfigVO) SetDot1pQueueMappingId(v string)

SetDot1pQueueMappingId sets Dot1pQueueMappingId field to given value.

GetDot1pQueueMappingName

func (o *OswQosConfigVO) GetDot1pQueueMappingName() string

GetDot1pQueueMappingName returns the Dot1pQueueMappingName field if non-nil, zero value otherwise.

GetDot1pQueueMappingNameOk

func (o *OswQosConfigVO) GetDot1pQueueMappingNameOk() (*string, bool)

GetDot1pQueueMappingNameOk returns a tuple with the Dot1pQueueMappingName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDot1pQueueMappingName

func (o *OswQosConfigVO) SetDot1pQueueMappingName(v string)

SetDot1pQueueMappingName sets Dot1pQueueMappingName field to given value.

HasDot1pQueueMappingName

func (o *OswQosConfigVO) HasDot1pQueueMappingName() bool

HasDot1pQueueMappingName returns a boolean if a field has been set.

GetDscpDot1pMappingId

func (o *OswQosConfigVO) GetDscpDot1pMappingId() string

GetDscpDot1pMappingId returns the DscpDot1pMappingId field if non-nil, zero value otherwise.

GetDscpDot1pMappingIdOk

func (o *OswQosConfigVO) GetDscpDot1pMappingIdOk() (*string, bool)

GetDscpDot1pMappingIdOk returns a tuple with the DscpDot1pMappingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDscpDot1pMappingId

func (o *OswQosConfigVO) SetDscpDot1pMappingId(v string)

SetDscpDot1pMappingId sets DscpDot1pMappingId field to given value.

GetDscpDot1pMappingName

func (o *OswQosConfigVO) GetDscpDot1pMappingName() string

GetDscpDot1pMappingName returns the DscpDot1pMappingName field if non-nil, zero value otherwise.

GetDscpDot1pMappingNameOk

func (o *OswQosConfigVO) GetDscpDot1pMappingNameOk() (*string, bool)

GetDscpDot1pMappingNameOk returns a tuple with the DscpDot1pMappingName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDscpDot1pMappingName

func (o *OswQosConfigVO) SetDscpDot1pMappingName(v string)

SetDscpDot1pMappingName sets DscpDot1pMappingName field to given value.

HasDscpDot1pMappingName

func (o *OswQosConfigVO) HasDscpDot1pMappingName() bool

HasDscpDot1pMappingName returns a boolean if a field has been set.

GetQueueSchedulerId

func (o *OswQosConfigVO) GetQueueSchedulerId() string

GetQueueSchedulerId returns the QueueSchedulerId field if non-nil, zero value otherwise.

GetQueueSchedulerIdOk

func (o *OswQosConfigVO) GetQueueSchedulerIdOk() (*string, bool)

GetQueueSchedulerIdOk returns a tuple with the QueueSchedulerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQueueSchedulerId

func (o *OswQosConfigVO) SetQueueSchedulerId(v string)

SetQueueSchedulerId sets QueueSchedulerId field to given value.

GetQueueSchedulerName

func (o *OswQosConfigVO) GetQueueSchedulerName() string

GetQueueSchedulerName returns the QueueSchedulerName field if non-nil, zero value otherwise.

GetQueueSchedulerNameOk

func (o *OswQosConfigVO) GetQueueSchedulerNameOk() (*string, bool)

GetQueueSchedulerNameOk returns a tuple with the QueueSchedulerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQueueSchedulerName

func (o *OswQosConfigVO) SetQueueSchedulerName(v string)

SetQueueSchedulerName sets QueueSchedulerName field to given value.

HasQueueSchedulerName

func (o *OswQosConfigVO) HasQueueSchedulerName() bool

HasQueueSchedulerName returns a boolean if a field has been set.

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