OswBandCtrlLimitRangeVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MaxEgressRate | Pointer to int32 | [optional] | |
| MaxIngressRate | Pointer to int32 | [optional] | |
| MinEgressRate | Pointer to int32 | [optional] | |
| MinIngressRate | Pointer to int32 | [optional] | |
| Unit | Pointer to int32 | [optional] |
Methods
NewOswBandCtrlLimitRangeVO
func NewOswBandCtrlLimitRangeVO() *OswBandCtrlLimitRangeVO
NewOswBandCtrlLimitRangeVO instantiates a new OswBandCtrlLimitRangeVO 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
NewOswBandCtrlLimitRangeVOWithDefaults
func NewOswBandCtrlLimitRangeVOWithDefaults() *OswBandCtrlLimitRangeVO
NewOswBandCtrlLimitRangeVOWithDefaults instantiates a new OswBandCtrlLimitRangeVO 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
GetMaxEgressRate
func (o *OswBandCtrlLimitRangeVO) GetMaxEgressRate() int32
GetMaxEgressRate returns the MaxEgressRate field if non-nil, zero value otherwise.
GetMaxEgressRateOk
func (o *OswBandCtrlLimitRangeVO) GetMaxEgressRateOk() (*int32, bool)
GetMaxEgressRateOk returns a tuple with the MaxEgressRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxEgressRate
func (o *OswBandCtrlLimitRangeVO) SetMaxEgressRate(v int32)
SetMaxEgressRate sets MaxEgressRate field to given value.
HasMaxEgressRate
func (o *OswBandCtrlLimitRangeVO) HasMaxEgressRate() bool
HasMaxEgressRate returns a boolean if a field has been set.
GetMaxIngressRate
func (o *OswBandCtrlLimitRangeVO) GetMaxIngressRate() int32
GetMaxIngressRate returns the MaxIngressRate field if non-nil, zero value otherwise.
GetMaxIngressRateOk
func (o *OswBandCtrlLimitRangeVO) GetMaxIngressRateOk() (*int32, bool)
GetMaxIngressRateOk returns a tuple with the MaxIngressRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxIngressRate
func (o *OswBandCtrlLimitRangeVO) SetMaxIngressRate(v int32)
SetMaxIngressRate sets MaxIngressRate field to given value.
HasMaxIngressRate
func (o *OswBandCtrlLimitRangeVO) HasMaxIngressRate() bool
HasMaxIngressRate returns a boolean if a field has been set.
GetMinEgressRate
func (o *OswBandCtrlLimitRangeVO) GetMinEgressRate() int32
GetMinEgressRate returns the MinEgressRate field if non-nil, zero value otherwise.
GetMinEgressRateOk
func (o *OswBandCtrlLimitRangeVO) GetMinEgressRateOk() (*int32, bool)
GetMinEgressRateOk returns a tuple with the MinEgressRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinEgressRate
func (o *OswBandCtrlLimitRangeVO) SetMinEgressRate(v int32)
SetMinEgressRate sets MinEgressRate field to given value.
HasMinEgressRate
func (o *OswBandCtrlLimitRangeVO) HasMinEgressRate() bool
HasMinEgressRate returns a boolean if a field has been set.
GetMinIngressRate
func (o *OswBandCtrlLimitRangeVO) GetMinIngressRate() int32
GetMinIngressRate returns the MinIngressRate field if non-nil, zero value otherwise.
GetMinIngressRateOk
func (o *OswBandCtrlLimitRangeVO) GetMinIngressRateOk() (*int32, bool)
GetMinIngressRateOk returns a tuple with the MinIngressRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinIngressRate
func (o *OswBandCtrlLimitRangeVO) SetMinIngressRate(v int32)
SetMinIngressRate sets MinIngressRate field to given value.
HasMinIngressRate
func (o *OswBandCtrlLimitRangeVO) HasMinIngressRate() bool
HasMinIngressRate returns a boolean if a field has been set.
GetUnit
func (o *OswBandCtrlLimitRangeVO) GetUnit() int32
GetUnit returns the Unit field if non-nil, zero value otherwise.
GetUnitOk
func (o *OswBandCtrlLimitRangeVO) GetUnitOk() (*int32, bool)
GetUnitOk returns a tuple with the Unit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUnit
func (o *OswBandCtrlLimitRangeVO) SetUnit(v int32)
SetUnit sets Unit field to given value.
HasUnit
func (o *OswBandCtrlLimitRangeVO) HasUnit() bool
HasUnit returns a boolean if a field has been set.