Skip to content

ApVlanConfigOpenApiVO

Properties

Name Type Description Notes
BridgeVlan Pointer to int32 When mvlanNetworkId is bridge vlan, mvlanBridgeVlan has a value. [optional]
LanNetworkId Pointer to string This field indicates the currently effective lanNetworkId. [optional]
Mode int32 Mode for the AP management VLAN configuration to take effect.[0:Default,1:Custom]

Methods

NewApVlanConfigOpenApiVO

func NewApVlanConfigOpenApiVO(mode int32, ) *ApVlanConfigOpenApiVO

NewApVlanConfigOpenApiVO instantiates a new ApVlanConfigOpenApiVO 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

NewApVlanConfigOpenApiVOWithDefaults

func NewApVlanConfigOpenApiVOWithDefaults() *ApVlanConfigOpenApiVO

NewApVlanConfigOpenApiVOWithDefaults instantiates a new ApVlanConfigOpenApiVO 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

GetBridgeVlan

func (o *ApVlanConfigOpenApiVO) GetBridgeVlan() int32

GetBridgeVlan returns the BridgeVlan field if non-nil, zero value otherwise.

GetBridgeVlanOk

func (o *ApVlanConfigOpenApiVO) GetBridgeVlanOk() (*int32, bool)

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

SetBridgeVlan

func (o *ApVlanConfigOpenApiVO) SetBridgeVlan(v int32)

SetBridgeVlan sets BridgeVlan field to given value.

HasBridgeVlan

func (o *ApVlanConfigOpenApiVO) HasBridgeVlan() bool

HasBridgeVlan returns a boolean if a field has been set.

GetLanNetworkId

func (o *ApVlanConfigOpenApiVO) GetLanNetworkId() string

GetLanNetworkId returns the LanNetworkId field if non-nil, zero value otherwise.

GetLanNetworkIdOk

func (o *ApVlanConfigOpenApiVO) GetLanNetworkIdOk() (*string, bool)

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

SetLanNetworkId

func (o *ApVlanConfigOpenApiVO) SetLanNetworkId(v string)

SetLanNetworkId sets LanNetworkId field to given value.

HasLanNetworkId

func (o *ApVlanConfigOpenApiVO) HasLanNetworkId() bool

HasLanNetworkId returns a boolean if a field has been set.

GetMode

func (o *ApVlanConfigOpenApiVO) GetMode() int32

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

func (o *ApVlanConfigOpenApiVO) GetModeOk() (*int32, bool)

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

SetMode

func (o *ApVlanConfigOpenApiVO) SetMode(v int32)

SetMode sets Mode field to given value.

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