Skip to content

QosBwcWanInfoOpenApiVO

Properties

Name Type Description Notes
Configured Pointer to bool Whether the port has been configured with QoS Bandwidth Control. [optional]
Id Pointer to string WAN port ID. [optional]
Name Pointer to string WAN port name. [optional]

Methods

NewQosBwcWanInfoOpenApiVO

func NewQosBwcWanInfoOpenApiVO() *QosBwcWanInfoOpenApiVO

NewQosBwcWanInfoOpenApiVO instantiates a new QosBwcWanInfoOpenApiVO 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

NewQosBwcWanInfoOpenApiVOWithDefaults

func NewQosBwcWanInfoOpenApiVOWithDefaults() *QosBwcWanInfoOpenApiVO

NewQosBwcWanInfoOpenApiVOWithDefaults instantiates a new QosBwcWanInfoOpenApiVO 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

GetConfigured

func (o *QosBwcWanInfoOpenApiVO) GetConfigured() bool

GetConfigured returns the Configured field if non-nil, zero value otherwise.

GetConfiguredOk

func (o *QosBwcWanInfoOpenApiVO) GetConfiguredOk() (*bool, bool)

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

SetConfigured

func (o *QosBwcWanInfoOpenApiVO) SetConfigured(v bool)

SetConfigured sets Configured field to given value.

HasConfigured

func (o *QosBwcWanInfoOpenApiVO) HasConfigured() bool

HasConfigured returns a boolean if a field has been set.

GetId

func (o *QosBwcWanInfoOpenApiVO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *QosBwcWanInfoOpenApiVO) GetIdOk() (*string, 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.

SetId

func (o *QosBwcWanInfoOpenApiVO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *QosBwcWanInfoOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *QosBwcWanInfoOpenApiVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *QosBwcWanInfoOpenApiVO) 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.

SetName

func (o *QosBwcWanInfoOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *QosBwcWanInfoOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

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