Skip to content

LanProfileOpenApiVO

Properties

Name Type Description Notes
BandCtrl Pointer to BandCtrlVO [optional]
BandWidthCtrlType int32 BandWidthCtrlType should be a value as follows: 0: off, 1: rate limit, 2: storming control
DhcpL2RelaySettings Pointer to DhcpL2RelayVO [optional]
Dot1pPriority Pointer to int32 802.1p Priority [optional]
Dot1x int32 Dot1x should be a value as follows: 0: force unauthorized, 1: force authorized, 2:auto
EeeEnable Pointer to bool EEE enable status [optional]
FastLeaveEnable Pointer to bool IGMP Snooping fast leave enable status [optional]
Flag Pointer to int32 Flag should be a value as follows: 0: default(all,disable,LAN), 1: native(generated by creating LAN network), 2: customize(created by users) [optional]
FlowControlEnable Pointer to bool FlowControl enable status [optional]
Id Pointer to string LAN profile ID [optional]
IgmpFastLeaveEnable Pointer to bool Indicates whether igmp fast leave is enabled [optional]
LldpMedEnable bool LLDP-MED enable status
LoopbackDetectEnable bool LoopbackDetect enable status
LoopbackDetectVlanBasedEnable Pointer to bool LoopbackDetectVLANBased enable status [optional]
MldFastLeaveEnable Pointer to bool Indicates whether mld fast leave is enabled [optional]
Name string Name should contain 1 to 128 characters.
NativeNetworkId Pointer to string Native network ID, Native Network cannot be selected from Tagged Networks or Untagged Networks. [optional]
NetworkConflict Pointer to bool Indicates whether the VLAN configuration in the Profile is inconsistent with the VLAN configuration that is effective for the bound port. [optional]
Poe int32 PoE should be a value as follows: 0: on, 1: off, 2: \"do not modify\"
PortIsolationEnable bool Port-isolation enable status
SpanningTreeEnable bool SpanningTree enable status
SpanningTreeSetting Pointer to SpanningTreeSettingVO [optional]
StormCtrl Pointer to StormCtrlVO [optional]
SupportESEnable Pointer to bool Agile Series Switch enable status. The default value is false [optional]
TagNetworkIds Pointer to []string Tag network IDs [optional]
TopoNotifyEnable Pointer to bool TopoNotify enable status [optional]
TrustMode Pointer to int32 Trust mode [optional]
Type Pointer to int32 Type should be a value as follows: 0: LAN profile-ALL, 1: LAN profile-Disable, 2: LAN Profile except ALL and Disable [optional]
UntagNetworkIds Pointer to []string Untag network IDs [optional]
VoiceNetworkId Pointer to string Voice Network ID [optional]

Methods

NewLanProfileOpenApiVO

func NewLanProfileOpenApiVO(bandWidthCtrlType int32, dot1x int32, lldpMedEnable bool, loopbackDetectEnable bool, name string, poe int32, portIsolationEnable bool, spanningTreeEnable bool, ) *LanProfileOpenApiVO

NewLanProfileOpenApiVO instantiates a new LanProfileOpenApiVO 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

NewLanProfileOpenApiVOWithDefaults

func NewLanProfileOpenApiVOWithDefaults() *LanProfileOpenApiVO

NewLanProfileOpenApiVOWithDefaults instantiates a new LanProfileOpenApiVO 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

GetBandCtrl

func (o *LanProfileOpenApiVO) GetBandCtrl() BandCtrlVO

GetBandCtrl returns the BandCtrl field if non-nil, zero value otherwise.

GetBandCtrlOk

func (o *LanProfileOpenApiVO) GetBandCtrlOk() (*BandCtrlVO, bool)

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

SetBandCtrl

func (o *LanProfileOpenApiVO) SetBandCtrl(v BandCtrlVO)

SetBandCtrl sets BandCtrl field to given value.

HasBandCtrl

func (o *LanProfileOpenApiVO) HasBandCtrl() bool

HasBandCtrl returns a boolean if a field has been set.

GetBandWidthCtrlType

func (o *LanProfileOpenApiVO) GetBandWidthCtrlType() int32

GetBandWidthCtrlType returns the BandWidthCtrlType field if non-nil, zero value otherwise.

GetBandWidthCtrlTypeOk

func (o *LanProfileOpenApiVO) GetBandWidthCtrlTypeOk() (*int32, bool)

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

SetBandWidthCtrlType

func (o *LanProfileOpenApiVO) SetBandWidthCtrlType(v int32)

SetBandWidthCtrlType sets BandWidthCtrlType field to given value.

GetDhcpL2RelaySettings

func (o *LanProfileOpenApiVO) GetDhcpL2RelaySettings() DhcpL2RelayVO

GetDhcpL2RelaySettings returns the DhcpL2RelaySettings field if non-nil, zero value otherwise.

GetDhcpL2RelaySettingsOk

func (o *LanProfileOpenApiVO) GetDhcpL2RelaySettingsOk() (*DhcpL2RelayVO, bool)

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

SetDhcpL2RelaySettings

func (o *LanProfileOpenApiVO) SetDhcpL2RelaySettings(v DhcpL2RelayVO)

SetDhcpL2RelaySettings sets DhcpL2RelaySettings field to given value.

HasDhcpL2RelaySettings

func (o *LanProfileOpenApiVO) HasDhcpL2RelaySettings() bool

HasDhcpL2RelaySettings returns a boolean if a field has been set.

GetDot1pPriority

func (o *LanProfileOpenApiVO) GetDot1pPriority() int32

GetDot1pPriority returns the Dot1pPriority field if non-nil, zero value otherwise.

GetDot1pPriorityOk

func (o *LanProfileOpenApiVO) GetDot1pPriorityOk() (*int32, bool)

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

SetDot1pPriority

func (o *LanProfileOpenApiVO) SetDot1pPriority(v int32)

SetDot1pPriority sets Dot1pPriority field to given value.

HasDot1pPriority

func (o *LanProfileOpenApiVO) HasDot1pPriority() bool

HasDot1pPriority returns a boolean if a field has been set.

GetDot1x

func (o *LanProfileOpenApiVO) GetDot1x() int32

GetDot1x returns the Dot1x field if non-nil, zero value otherwise.

GetDot1xOk

func (o *LanProfileOpenApiVO) GetDot1xOk() (*int32, bool)

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

SetDot1x

func (o *LanProfileOpenApiVO) SetDot1x(v int32)

SetDot1x sets Dot1x field to given value.

GetEeeEnable

func (o *LanProfileOpenApiVO) GetEeeEnable() bool

GetEeeEnable returns the EeeEnable field if non-nil, zero value otherwise.

GetEeeEnableOk

func (o *LanProfileOpenApiVO) GetEeeEnableOk() (*bool, bool)

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

SetEeeEnable

func (o *LanProfileOpenApiVO) SetEeeEnable(v bool)

SetEeeEnable sets EeeEnable field to given value.

HasEeeEnable

func (o *LanProfileOpenApiVO) HasEeeEnable() bool

HasEeeEnable returns a boolean if a field has been set.

GetFastLeaveEnable

func (o *LanProfileOpenApiVO) GetFastLeaveEnable() bool

GetFastLeaveEnable returns the FastLeaveEnable field if non-nil, zero value otherwise.

GetFastLeaveEnableOk

func (o *LanProfileOpenApiVO) GetFastLeaveEnableOk() (*bool, bool)

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

SetFastLeaveEnable

func (o *LanProfileOpenApiVO) SetFastLeaveEnable(v bool)

SetFastLeaveEnable sets FastLeaveEnable field to given value.

HasFastLeaveEnable

func (o *LanProfileOpenApiVO) HasFastLeaveEnable() bool

HasFastLeaveEnable returns a boolean if a field has been set.

GetFlag

func (o *LanProfileOpenApiVO) GetFlag() int32

GetFlag returns the Flag field if non-nil, zero value otherwise.

GetFlagOk

func (o *LanProfileOpenApiVO) GetFlagOk() (*int32, bool)

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

SetFlag

func (o *LanProfileOpenApiVO) SetFlag(v int32)

SetFlag sets Flag field to given value.

HasFlag

func (o *LanProfileOpenApiVO) HasFlag() bool

HasFlag returns a boolean if a field has been set.

GetFlowControlEnable

func (o *LanProfileOpenApiVO) GetFlowControlEnable() bool

GetFlowControlEnable returns the FlowControlEnable field if non-nil, zero value otherwise.

GetFlowControlEnableOk

func (o *LanProfileOpenApiVO) GetFlowControlEnableOk() (*bool, bool)

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

SetFlowControlEnable

func (o *LanProfileOpenApiVO) SetFlowControlEnable(v bool)

SetFlowControlEnable sets FlowControlEnable field to given value.

HasFlowControlEnable

func (o *LanProfileOpenApiVO) HasFlowControlEnable() bool

HasFlowControlEnable returns a boolean if a field has been set.

GetId

func (o *LanProfileOpenApiVO) GetId() string

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

GetIdOk

func (o *LanProfileOpenApiVO) 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 *LanProfileOpenApiVO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *LanProfileOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

GetIgmpFastLeaveEnable

func (o *LanProfileOpenApiVO) GetIgmpFastLeaveEnable() bool

GetIgmpFastLeaveEnable returns the IgmpFastLeaveEnable field if non-nil, zero value otherwise.

GetIgmpFastLeaveEnableOk

func (o *LanProfileOpenApiVO) GetIgmpFastLeaveEnableOk() (*bool, bool)

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

SetIgmpFastLeaveEnable

func (o *LanProfileOpenApiVO) SetIgmpFastLeaveEnable(v bool)

SetIgmpFastLeaveEnable sets IgmpFastLeaveEnable field to given value.

HasIgmpFastLeaveEnable

func (o *LanProfileOpenApiVO) HasIgmpFastLeaveEnable() bool

HasIgmpFastLeaveEnable returns a boolean if a field has been set.

GetLldpMedEnable

func (o *LanProfileOpenApiVO) GetLldpMedEnable() bool

GetLldpMedEnable returns the LldpMedEnable field if non-nil, zero value otherwise.

GetLldpMedEnableOk

func (o *LanProfileOpenApiVO) GetLldpMedEnableOk() (*bool, bool)

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

SetLldpMedEnable

func (o *LanProfileOpenApiVO) SetLldpMedEnable(v bool)

SetLldpMedEnable sets LldpMedEnable field to given value.

GetLoopbackDetectEnable

func (o *LanProfileOpenApiVO) GetLoopbackDetectEnable() bool

GetLoopbackDetectEnable returns the LoopbackDetectEnable field if non-nil, zero value otherwise.

GetLoopbackDetectEnableOk

func (o *LanProfileOpenApiVO) GetLoopbackDetectEnableOk() (*bool, bool)

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

SetLoopbackDetectEnable

func (o *LanProfileOpenApiVO) SetLoopbackDetectEnable(v bool)

SetLoopbackDetectEnable sets LoopbackDetectEnable field to given value.

GetLoopbackDetectVlanBasedEnable

func (o *LanProfileOpenApiVO) GetLoopbackDetectVlanBasedEnable() bool

GetLoopbackDetectVlanBasedEnable returns the LoopbackDetectVlanBasedEnable field if non-nil, zero value otherwise.

GetLoopbackDetectVlanBasedEnableOk

func (o *LanProfileOpenApiVO) GetLoopbackDetectVlanBasedEnableOk() (*bool, bool)

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

SetLoopbackDetectVlanBasedEnable

func (o *LanProfileOpenApiVO) SetLoopbackDetectVlanBasedEnable(v bool)

SetLoopbackDetectVlanBasedEnable sets LoopbackDetectVlanBasedEnable field to given value.

HasLoopbackDetectVlanBasedEnable

func (o *LanProfileOpenApiVO) HasLoopbackDetectVlanBasedEnable() bool

HasLoopbackDetectVlanBasedEnable returns a boolean if a field has been set.

GetMldFastLeaveEnable

func (o *LanProfileOpenApiVO) GetMldFastLeaveEnable() bool

GetMldFastLeaveEnable returns the MldFastLeaveEnable field if non-nil, zero value otherwise.

GetMldFastLeaveEnableOk

func (o *LanProfileOpenApiVO) GetMldFastLeaveEnableOk() (*bool, bool)

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

SetMldFastLeaveEnable

func (o *LanProfileOpenApiVO) SetMldFastLeaveEnable(v bool)

SetMldFastLeaveEnable sets MldFastLeaveEnable field to given value.

HasMldFastLeaveEnable

func (o *LanProfileOpenApiVO) HasMldFastLeaveEnable() bool

HasMldFastLeaveEnable returns a boolean if a field has been set.

GetName

func (o *LanProfileOpenApiVO) GetName() string

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

GetNameOk

func (o *LanProfileOpenApiVO) 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 *LanProfileOpenApiVO) SetName(v string)

SetName sets Name field to given value.

GetNativeNetworkId

func (o *LanProfileOpenApiVO) GetNativeNetworkId() string

GetNativeNetworkId returns the NativeNetworkId field if non-nil, zero value otherwise.

GetNativeNetworkIdOk

func (o *LanProfileOpenApiVO) GetNativeNetworkIdOk() (*string, bool)

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

SetNativeNetworkId

func (o *LanProfileOpenApiVO) SetNativeNetworkId(v string)

SetNativeNetworkId sets NativeNetworkId field to given value.

HasNativeNetworkId

func (o *LanProfileOpenApiVO) HasNativeNetworkId() bool

HasNativeNetworkId returns a boolean if a field has been set.

GetNetworkConflict

func (o *LanProfileOpenApiVO) GetNetworkConflict() bool

GetNetworkConflict returns the NetworkConflict field if non-nil, zero value otherwise.

GetNetworkConflictOk

func (o *LanProfileOpenApiVO) GetNetworkConflictOk() (*bool, bool)

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

SetNetworkConflict

func (o *LanProfileOpenApiVO) SetNetworkConflict(v bool)

SetNetworkConflict sets NetworkConflict field to given value.

HasNetworkConflict

func (o *LanProfileOpenApiVO) HasNetworkConflict() bool

HasNetworkConflict returns a boolean if a field has been set.

GetPoe

func (o *LanProfileOpenApiVO) GetPoe() int32

GetPoe returns the Poe field if non-nil, zero value otherwise.

GetPoeOk

func (o *LanProfileOpenApiVO) GetPoeOk() (*int32, bool)

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

SetPoe

func (o *LanProfileOpenApiVO) SetPoe(v int32)

SetPoe sets Poe field to given value.

GetPortIsolationEnable

func (o *LanProfileOpenApiVO) GetPortIsolationEnable() bool

GetPortIsolationEnable returns the PortIsolationEnable field if non-nil, zero value otherwise.

GetPortIsolationEnableOk

func (o *LanProfileOpenApiVO) GetPortIsolationEnableOk() (*bool, bool)

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

SetPortIsolationEnable

func (o *LanProfileOpenApiVO) SetPortIsolationEnable(v bool)

SetPortIsolationEnable sets PortIsolationEnable field to given value.

GetSpanningTreeEnable

func (o *LanProfileOpenApiVO) GetSpanningTreeEnable() bool

GetSpanningTreeEnable returns the SpanningTreeEnable field if non-nil, zero value otherwise.

GetSpanningTreeEnableOk

func (o *LanProfileOpenApiVO) GetSpanningTreeEnableOk() (*bool, bool)

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

SetSpanningTreeEnable

func (o *LanProfileOpenApiVO) SetSpanningTreeEnable(v bool)

SetSpanningTreeEnable sets SpanningTreeEnable field to given value.

GetSpanningTreeSetting

func (o *LanProfileOpenApiVO) GetSpanningTreeSetting() SpanningTreeSettingVO

GetSpanningTreeSetting returns the SpanningTreeSetting field if non-nil, zero value otherwise.

GetSpanningTreeSettingOk

func (o *LanProfileOpenApiVO) GetSpanningTreeSettingOk() (*SpanningTreeSettingVO, bool)

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

SetSpanningTreeSetting

func (o *LanProfileOpenApiVO) SetSpanningTreeSetting(v SpanningTreeSettingVO)

SetSpanningTreeSetting sets SpanningTreeSetting field to given value.

HasSpanningTreeSetting

func (o *LanProfileOpenApiVO) HasSpanningTreeSetting() bool

HasSpanningTreeSetting returns a boolean if a field has been set.

GetStormCtrl

func (o *LanProfileOpenApiVO) GetStormCtrl() StormCtrlVO

GetStormCtrl returns the StormCtrl field if non-nil, zero value otherwise.

GetStormCtrlOk

func (o *LanProfileOpenApiVO) GetStormCtrlOk() (*StormCtrlVO, bool)

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

SetStormCtrl

func (o *LanProfileOpenApiVO) SetStormCtrl(v StormCtrlVO)

SetStormCtrl sets StormCtrl field to given value.

HasStormCtrl

func (o *LanProfileOpenApiVO) HasStormCtrl() bool

HasStormCtrl returns a boolean if a field has been set.

GetSupportESEnable

func (o *LanProfileOpenApiVO) GetSupportESEnable() bool

GetSupportESEnable returns the SupportESEnable field if non-nil, zero value otherwise.

GetSupportESEnableOk

func (o *LanProfileOpenApiVO) GetSupportESEnableOk() (*bool, bool)

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

SetSupportESEnable

func (o *LanProfileOpenApiVO) SetSupportESEnable(v bool)

SetSupportESEnable sets SupportESEnable field to given value.

HasSupportESEnable

func (o *LanProfileOpenApiVO) HasSupportESEnable() bool

HasSupportESEnable returns a boolean if a field has been set.

GetTagNetworkIds

func (o *LanProfileOpenApiVO) GetTagNetworkIds() []string

GetTagNetworkIds returns the TagNetworkIds field if non-nil, zero value otherwise.

GetTagNetworkIdsOk

func (o *LanProfileOpenApiVO) GetTagNetworkIdsOk() (*[]string, bool)

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

SetTagNetworkIds

func (o *LanProfileOpenApiVO) SetTagNetworkIds(v []string)

SetTagNetworkIds sets TagNetworkIds field to given value.

HasTagNetworkIds

func (o *LanProfileOpenApiVO) HasTagNetworkIds() bool

HasTagNetworkIds returns a boolean if a field has been set.

GetTopoNotifyEnable

func (o *LanProfileOpenApiVO) GetTopoNotifyEnable() bool

GetTopoNotifyEnable returns the TopoNotifyEnable field if non-nil, zero value otherwise.

GetTopoNotifyEnableOk

func (o *LanProfileOpenApiVO) GetTopoNotifyEnableOk() (*bool, bool)

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

SetTopoNotifyEnable

func (o *LanProfileOpenApiVO) SetTopoNotifyEnable(v bool)

SetTopoNotifyEnable sets TopoNotifyEnable field to given value.

HasTopoNotifyEnable

func (o *LanProfileOpenApiVO) HasTopoNotifyEnable() bool

HasTopoNotifyEnable returns a boolean if a field has been set.

GetTrustMode

func (o *LanProfileOpenApiVO) GetTrustMode() int32

GetTrustMode returns the TrustMode field if non-nil, zero value otherwise.

GetTrustModeOk

func (o *LanProfileOpenApiVO) GetTrustModeOk() (*int32, bool)

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

SetTrustMode

func (o *LanProfileOpenApiVO) SetTrustMode(v int32)

SetTrustMode sets TrustMode field to given value.

HasTrustMode

func (o *LanProfileOpenApiVO) HasTrustMode() bool

HasTrustMode returns a boolean if a field has been set.

GetType

func (o *LanProfileOpenApiVO) GetType() int32

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *LanProfileOpenApiVO) GetTypeOk() (*int32, bool)

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

SetType

func (o *LanProfileOpenApiVO) SetType(v int32)

SetType sets Type field to given value.

HasType

func (o *LanProfileOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

GetUntagNetworkIds

func (o *LanProfileOpenApiVO) GetUntagNetworkIds() []string

GetUntagNetworkIds returns the UntagNetworkIds field if non-nil, zero value otherwise.

GetUntagNetworkIdsOk

func (o *LanProfileOpenApiVO) GetUntagNetworkIdsOk() (*[]string, bool)

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

SetUntagNetworkIds

func (o *LanProfileOpenApiVO) SetUntagNetworkIds(v []string)

SetUntagNetworkIds sets UntagNetworkIds field to given value.

HasUntagNetworkIds

func (o *LanProfileOpenApiVO) HasUntagNetworkIds() bool

HasUntagNetworkIds returns a boolean if a field has been set.

GetVoiceNetworkId

func (o *LanProfileOpenApiVO) GetVoiceNetworkId() string

GetVoiceNetworkId returns the VoiceNetworkId field if non-nil, zero value otherwise.

GetVoiceNetworkIdOk

func (o *LanProfileOpenApiVO) GetVoiceNetworkIdOk() (*string, bool)

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

SetVoiceNetworkId

func (o *LanProfileOpenApiVO) SetVoiceNetworkId(v string)

SetVoiceNetworkId sets VoiceNetworkId field to given value.

HasVoiceNetworkId

func (o *LanProfileOpenApiVO) HasVoiceNetworkId() bool

HasVoiceNetworkId returns a boolean if a field has been set.

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