Skip to content

WanPortBandwidthVO

Properties

Name Type Description Notes
Bandwidths Pointer to []PortBandwidthVO Set port bandwidth info list. [optional]

Methods

NewWanPortBandwidthVO

func NewWanPortBandwidthVO() *WanPortBandwidthVO

NewWanPortBandwidthVO instantiates a new WanPortBandwidthVO 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

NewWanPortBandwidthVOWithDefaults

func NewWanPortBandwidthVOWithDefaults() *WanPortBandwidthVO

NewWanPortBandwidthVOWithDefaults instantiates a new WanPortBandwidthVO 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

GetBandwidths

func (o *WanPortBandwidthVO) GetBandwidths() []PortBandwidthVO

GetBandwidths returns the Bandwidths field if non-nil, zero value otherwise.

GetBandwidthsOk

func (o *WanPortBandwidthVO) GetBandwidthsOk() (*[]PortBandwidthVO, bool)

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

SetBandwidths

func (o *WanPortBandwidthVO) SetBandwidths(v []PortBandwidthVO)

SetBandwidths sets Bandwidths field to given value.

HasBandwidths

func (o *WanPortBandwidthVO) HasBandwidths() bool

HasBandwidths returns a boolean if a field has been set.

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