BatchOswPortSettingVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ArpDetectEnable | Pointer to bool | Indicates whether arp detect is enabled | [optional] |
| BandCtrl | Pointer to OswBandCtrlVO | [optional] | |
| BandWidthCtrlType | Pointer to int32 | BandWidthCtrlType should be a value as follows: 0: Off; 1: Rate Limit; 2: Storming Control | [optional] |
| DhcpL2RelaySettings | Pointer to OswPortDhcpL2RelayVO | [optional] | |
| DhcpSnoopEnable | Pointer to bool | Indicates whether dhcp snoop is enabled | [optional] |
| Disable | Pointer to bool | Indicates whether to disable | [optional] |
| Dot1pPriority | Pointer to int32 | Dot1p Priority | [optional] |
| Dot1x | Pointer to int32 | Dot1x should be a value as follows: 0: Force unauthorized; 1: Force authorized; 2: Auto | [optional] |
| Duplex | Pointer to int32 | Duplex should be a value as follows: 0: Auto; 1: Half; 2: Full | [optional] |
| EeeEnable | Pointer to bool | Indicates whether EEE is enabled | [optional] |
| FastLeaveEnable | Pointer to bool | Indicates whether igmpSnooping fastLeave is enabled | [optional] |
| FecLinkPeerApplyEnable | Pointer to bool | Indicates whether the FEC Mode is synchronously applied to the link peer port. | [optional] |
| FecMode | Pointer to int32 | FEC mode should be a value as follows: 1: Off; 2: RS528; 3: RS544; 4: Auto; 5: Base-R | [optional] |
| FlowControlEnable | Pointer to bool | Indicates whether flow control is enabled | [optional] |
| IgmpFastLeaveEnable | Pointer to bool | Indicates whether igmp fast leave is enabled | [optional] |
| IgmpSnoopingEnable | Pointer to bool | Indicates whether IGMP Snooping is enabled | [optional] |
| Impbs | Pointer to []ImpbVO | Impbs | [optional] |
| LagSetting | Pointer to OswLagBasicVO | [optional] | |
| LinkSpeed | Pointer to int32 | Link Speed should be a value as follows: 0: auto; 1: 10M; 2: 100M; 3: 1000M; 4: 2.5G; 5: 10G | [optional] |
| LldpMedEnable | Pointer to bool | Indicates whether LLDP-MED is enabled | [optional] |
| LoopbackDetectEnable | Pointer to bool | Indicates whether loopbackDetect port based is enabled | [optional] |
| LoopbackDetectVlanBasedEnable | Pointer to bool | Indicates whether loopbackDetect vlan based is enabled | [optional] |
| MirroredLags | Pointer to []int32 | Mirrored Lags | [optional] |
| MirroredPorts | Pointer to []int32 | Mirrored Ports | [optional] |
| MldFastLeaveEnable | Pointer to bool | Indicates whether mld fast leave is enabled | [optional] |
| Name | Pointer to string | Port or Lag Name | [optional] |
| NativeBridgeVlan | Pointer to int32 | Native Network Bridge Vlan. | [optional] |
| NativeNetworkId | Pointer to string | Native Network ID, Native Network cannot be selected from Tagged Networks or Untagged Networks. | [optional] |
| NetworkTagsSetting | Pointer to int32 | Network Tags Setting should be a value as follows: 0: Allow All; 1: Block All; 2: Custom | [optional] |
| Operation | Pointer to string | Operation should be a value as follows: \"switching\" or \"mirroring\" or \"aggregating\" | [optional] |
| Poe | Pointer to int32 | Poe should be a value as follows: 0: Off; 1: 802.3at/af | [optional] |
| PortAlertEnable | Pointer to bool | Indicates whether port alert is enabled | [optional] |
| PortIsolationEnable | Pointer to bool | Indicates whether port isolation is enabled | [optional] |
| PortList | []int32 | ||
| ProfileId | Pointer to string | Profile ID | [optional] |
| ProfileOverrideEnable | Pointer to bool | Indicates whether to enable Profile Override | [optional] |
| QosQueueEnable | Pointer to bool | Indicates whether the ES device port has enabled the Qos scheduling queue configuration | [optional] |
| QueueId | Pointer to int32 | ES Qos scheduling queue ID | [optional] |
| SpanningTreeEnable | Pointer to bool | Indicates whether SpanningTree is enabled | [optional] |
| SpanningTreeSetting | Pointer to SpanningTreeSettingVO | [optional] | |
| StormCtrl | Pointer to OswStormCtrlVO | [optional] | |
| TagBridgeVlanMap | Pointer to map[string][]int32 | Tag Network Bridge Vlan Map | [optional] |
| TagIds | Pointer to []string | Tag ID List | [optional] |
| TagNetworkIds | Pointer to []string | Tag Network IDs | [optional] |
| TopoNotifyEnable | Pointer to bool | Indicates whether Topology Notify is enabled | [optional] |
| TrustMode | Pointer to int32 | TrustMode should be a value as follows: 0: Untrusted; 1: Trust 802.1p; 2: Trust DSCP | [optional] |
| UntagBridgeVlanMap | Pointer to map[string][]int32 | Untag Network Bridge Vlan Map | [optional] |
| UntagNetworkIds | Pointer to []string | Untag Network IDs | [optional] |
| VoiceBridgeVlan | Pointer to int32 | Voice Network Bridge Vlan | [optional] |
| VoiceDscp | Pointer to int32 | Voice DSCP | [optional] |
| VoiceDscpEnable | Pointer to bool | Indicates whether voice DSCP is enabled | [optional] |
| VoiceNetworkEnable | Pointer to bool | Indicates whether voice network is enabled | [optional] |
| VoiceNetworkId | Pointer to string | Voice Network ID | [optional] |
Methods
NewBatchOswPortSettingVO
func NewBatchOswPortSettingVO(portList []int32, ) *BatchOswPortSettingVO
NewBatchOswPortSettingVO instantiates a new BatchOswPortSettingVO 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
NewBatchOswPortSettingVOWithDefaults
func NewBatchOswPortSettingVOWithDefaults() *BatchOswPortSettingVO
NewBatchOswPortSettingVOWithDefaults instantiates a new BatchOswPortSettingVO 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
GetArpDetectEnable
func (o *BatchOswPortSettingVO) GetArpDetectEnable() bool
GetArpDetectEnable returns the ArpDetectEnable field if non-nil, zero value otherwise.
GetArpDetectEnableOk
func (o *BatchOswPortSettingVO) GetArpDetectEnableOk() (*bool, bool)
GetArpDetectEnableOk returns a tuple with the ArpDetectEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetArpDetectEnable
func (o *BatchOswPortSettingVO) SetArpDetectEnable(v bool)
SetArpDetectEnable sets ArpDetectEnable field to given value.
HasArpDetectEnable
func (o *BatchOswPortSettingVO) HasArpDetectEnable() bool
HasArpDetectEnable returns a boolean if a field has been set.
GetBandCtrl
func (o *BatchOswPortSettingVO) GetBandCtrl() OswBandCtrlVO
GetBandCtrl returns the BandCtrl field if non-nil, zero value otherwise.
GetBandCtrlOk
func (o *BatchOswPortSettingVO) GetBandCtrlOk() (*OswBandCtrlVO, 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 *BatchOswPortSettingVO) SetBandCtrl(v OswBandCtrlVO)
SetBandCtrl sets BandCtrl field to given value.
HasBandCtrl
func (o *BatchOswPortSettingVO) HasBandCtrl() bool
HasBandCtrl returns a boolean if a field has been set.
GetBandWidthCtrlType
func (o *BatchOswPortSettingVO) GetBandWidthCtrlType() int32
GetBandWidthCtrlType returns the BandWidthCtrlType field if non-nil, zero value otherwise.
GetBandWidthCtrlTypeOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetBandWidthCtrlType(v int32)
SetBandWidthCtrlType sets BandWidthCtrlType field to given value.
HasBandWidthCtrlType
func (o *BatchOswPortSettingVO) HasBandWidthCtrlType() bool
HasBandWidthCtrlType returns a boolean if a field has been set.
GetDhcpL2RelaySettings
func (o *BatchOswPortSettingVO) GetDhcpL2RelaySettings() OswPortDhcpL2RelayVO
GetDhcpL2RelaySettings returns the DhcpL2RelaySettings field if non-nil, zero value otherwise.
GetDhcpL2RelaySettingsOk
func (o *BatchOswPortSettingVO) GetDhcpL2RelaySettingsOk() (*OswPortDhcpL2RelayVO, 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 *BatchOswPortSettingVO) SetDhcpL2RelaySettings(v OswPortDhcpL2RelayVO)
SetDhcpL2RelaySettings sets DhcpL2RelaySettings field to given value.
HasDhcpL2RelaySettings
func (o *BatchOswPortSettingVO) HasDhcpL2RelaySettings() bool
HasDhcpL2RelaySettings returns a boolean if a field has been set.
GetDhcpSnoopEnable
func (o *BatchOswPortSettingVO) GetDhcpSnoopEnable() bool
GetDhcpSnoopEnable returns the DhcpSnoopEnable field if non-nil, zero value otherwise.
GetDhcpSnoopEnableOk
func (o *BatchOswPortSettingVO) GetDhcpSnoopEnableOk() (*bool, bool)
GetDhcpSnoopEnableOk returns a tuple with the DhcpSnoopEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDhcpSnoopEnable
func (o *BatchOswPortSettingVO) SetDhcpSnoopEnable(v bool)
SetDhcpSnoopEnable sets DhcpSnoopEnable field to given value.
HasDhcpSnoopEnable
func (o *BatchOswPortSettingVO) HasDhcpSnoopEnable() bool
HasDhcpSnoopEnable returns a boolean if a field has been set.
GetDisable
func (o *BatchOswPortSettingVO) GetDisable() bool
GetDisable returns the Disable field if non-nil, zero value otherwise.
GetDisableOk
func (o *BatchOswPortSettingVO) GetDisableOk() (*bool, bool)
GetDisableOk returns a tuple with the Disable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisable
func (o *BatchOswPortSettingVO) SetDisable(v bool)
SetDisable sets Disable field to given value.
HasDisable
func (o *BatchOswPortSettingVO) HasDisable() bool
HasDisable returns a boolean if a field has been set.
GetDot1pPriority
func (o *BatchOswPortSettingVO) GetDot1pPriority() int32
GetDot1pPriority returns the Dot1pPriority field if non-nil, zero value otherwise.
GetDot1pPriorityOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetDot1pPriority(v int32)
SetDot1pPriority sets Dot1pPriority field to given value.
HasDot1pPriority
func (o *BatchOswPortSettingVO) HasDot1pPriority() bool
HasDot1pPriority returns a boolean if a field has been set.
GetDot1x
func (o *BatchOswPortSettingVO) GetDot1x() int32
GetDot1x returns the Dot1x field if non-nil, zero value otherwise.
GetDot1xOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetDot1x(v int32)
SetDot1x sets Dot1x field to given value.
HasDot1x
func (o *BatchOswPortSettingVO) HasDot1x() bool
HasDot1x returns a boolean if a field has been set.
GetDuplex
func (o *BatchOswPortSettingVO) GetDuplex() int32
GetDuplex returns the Duplex field if non-nil, zero value otherwise.
GetDuplexOk
func (o *BatchOswPortSettingVO) GetDuplexOk() (*int32, bool)
GetDuplexOk returns a tuple with the Duplex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDuplex
func (o *BatchOswPortSettingVO) SetDuplex(v int32)
SetDuplex sets Duplex field to given value.
HasDuplex
func (o *BatchOswPortSettingVO) HasDuplex() bool
HasDuplex returns a boolean if a field has been set.
GetEeeEnable
func (o *BatchOswPortSettingVO) GetEeeEnable() bool
GetEeeEnable returns the EeeEnable field if non-nil, zero value otherwise.
GetEeeEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetEeeEnable(v bool)
SetEeeEnable sets EeeEnable field to given value.
HasEeeEnable
func (o *BatchOswPortSettingVO) HasEeeEnable() bool
HasEeeEnable returns a boolean if a field has been set.
GetFastLeaveEnable
func (o *BatchOswPortSettingVO) GetFastLeaveEnable() bool
GetFastLeaveEnable returns the FastLeaveEnable field if non-nil, zero value otherwise.
GetFastLeaveEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetFastLeaveEnable(v bool)
SetFastLeaveEnable sets FastLeaveEnable field to given value.
HasFastLeaveEnable
func (o *BatchOswPortSettingVO) HasFastLeaveEnable() bool
HasFastLeaveEnable returns a boolean if a field has been set.
GetFecLinkPeerApplyEnable
func (o *BatchOswPortSettingVO) GetFecLinkPeerApplyEnable() bool
GetFecLinkPeerApplyEnable returns the FecLinkPeerApplyEnable field if non-nil, zero value otherwise.
GetFecLinkPeerApplyEnableOk
func (o *BatchOswPortSettingVO) GetFecLinkPeerApplyEnableOk() (*bool, bool)
GetFecLinkPeerApplyEnableOk returns a tuple with the FecLinkPeerApplyEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFecLinkPeerApplyEnable
func (o *BatchOswPortSettingVO) SetFecLinkPeerApplyEnable(v bool)
SetFecLinkPeerApplyEnable sets FecLinkPeerApplyEnable field to given value.
HasFecLinkPeerApplyEnable
func (o *BatchOswPortSettingVO) HasFecLinkPeerApplyEnable() bool
HasFecLinkPeerApplyEnable returns a boolean if a field has been set.
GetFecMode
func (o *BatchOswPortSettingVO) GetFecMode() int32
GetFecMode returns the FecMode field if non-nil, zero value otherwise.
GetFecModeOk
func (o *BatchOswPortSettingVO) GetFecModeOk() (*int32, bool)
GetFecModeOk returns a tuple with the FecMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFecMode
func (o *BatchOswPortSettingVO) SetFecMode(v int32)
SetFecMode sets FecMode field to given value.
HasFecMode
func (o *BatchOswPortSettingVO) HasFecMode() bool
HasFecMode returns a boolean if a field has been set.
GetFlowControlEnable
func (o *BatchOswPortSettingVO) GetFlowControlEnable() bool
GetFlowControlEnable returns the FlowControlEnable field if non-nil, zero value otherwise.
GetFlowControlEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetFlowControlEnable(v bool)
SetFlowControlEnable sets FlowControlEnable field to given value.
HasFlowControlEnable
func (o *BatchOswPortSettingVO) HasFlowControlEnable() bool
HasFlowControlEnable returns a boolean if a field has been set.
GetIgmpFastLeaveEnable
func (o *BatchOswPortSettingVO) GetIgmpFastLeaveEnable() bool
GetIgmpFastLeaveEnable returns the IgmpFastLeaveEnable field if non-nil, zero value otherwise.
GetIgmpFastLeaveEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetIgmpFastLeaveEnable(v bool)
SetIgmpFastLeaveEnable sets IgmpFastLeaveEnable field to given value.
HasIgmpFastLeaveEnable
func (o *BatchOswPortSettingVO) HasIgmpFastLeaveEnable() bool
HasIgmpFastLeaveEnable returns a boolean if a field has been set.
GetIgmpSnoopingEnable
func (o *BatchOswPortSettingVO) GetIgmpSnoopingEnable() bool
GetIgmpSnoopingEnable returns the IgmpSnoopingEnable field if non-nil, zero value otherwise.
GetIgmpSnoopingEnableOk
func (o *BatchOswPortSettingVO) GetIgmpSnoopingEnableOk() (*bool, bool)
GetIgmpSnoopingEnableOk returns a tuple with the IgmpSnoopingEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIgmpSnoopingEnable
func (o *BatchOswPortSettingVO) SetIgmpSnoopingEnable(v bool)
SetIgmpSnoopingEnable sets IgmpSnoopingEnable field to given value.
HasIgmpSnoopingEnable
func (o *BatchOswPortSettingVO) HasIgmpSnoopingEnable() bool
HasIgmpSnoopingEnable returns a boolean if a field has been set.
GetImpbs
func (o *BatchOswPortSettingVO) GetImpbs() []ImpbVO
GetImpbs returns the Impbs field if non-nil, zero value otherwise.
GetImpbsOk
func (o *BatchOswPortSettingVO) GetImpbsOk() (*[]ImpbVO, bool)
GetImpbsOk returns a tuple with the Impbs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetImpbs
func (o *BatchOswPortSettingVO) SetImpbs(v []ImpbVO)
SetImpbs sets Impbs field to given value.
HasImpbs
func (o *BatchOswPortSettingVO) HasImpbs() bool
HasImpbs returns a boolean if a field has been set.
GetLagSetting
func (o *BatchOswPortSettingVO) GetLagSetting() OswLagBasicVO
GetLagSetting returns the LagSetting field if non-nil, zero value otherwise.
GetLagSettingOk
func (o *BatchOswPortSettingVO) GetLagSettingOk() (*OswLagBasicVO, bool)
GetLagSettingOk returns a tuple with the LagSetting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLagSetting
func (o *BatchOswPortSettingVO) SetLagSetting(v OswLagBasicVO)
SetLagSetting sets LagSetting field to given value.
HasLagSetting
func (o *BatchOswPortSettingVO) HasLagSetting() bool
HasLagSetting returns a boolean if a field has been set.
GetLinkSpeed
func (o *BatchOswPortSettingVO) GetLinkSpeed() int32
GetLinkSpeed returns the LinkSpeed field if non-nil, zero value otherwise.
GetLinkSpeedOk
func (o *BatchOswPortSettingVO) GetLinkSpeedOk() (*int32, bool)
GetLinkSpeedOk returns a tuple with the LinkSpeed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLinkSpeed
func (o *BatchOswPortSettingVO) SetLinkSpeed(v int32)
SetLinkSpeed sets LinkSpeed field to given value.
HasLinkSpeed
func (o *BatchOswPortSettingVO) HasLinkSpeed() bool
HasLinkSpeed returns a boolean if a field has been set.
GetLldpMedEnable
func (o *BatchOswPortSettingVO) GetLldpMedEnable() bool
GetLldpMedEnable returns the LldpMedEnable field if non-nil, zero value otherwise.
GetLldpMedEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetLldpMedEnable(v bool)
SetLldpMedEnable sets LldpMedEnable field to given value.
HasLldpMedEnable
func (o *BatchOswPortSettingVO) HasLldpMedEnable() bool
HasLldpMedEnable returns a boolean if a field has been set.
GetLoopbackDetectEnable
func (o *BatchOswPortSettingVO) GetLoopbackDetectEnable() bool
GetLoopbackDetectEnable returns the LoopbackDetectEnable field if non-nil, zero value otherwise.
GetLoopbackDetectEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetLoopbackDetectEnable(v bool)
SetLoopbackDetectEnable sets LoopbackDetectEnable field to given value.
HasLoopbackDetectEnable
func (o *BatchOswPortSettingVO) HasLoopbackDetectEnable() bool
HasLoopbackDetectEnable returns a boolean if a field has been set.
GetLoopbackDetectVlanBasedEnable
func (o *BatchOswPortSettingVO) GetLoopbackDetectVlanBasedEnable() bool
GetLoopbackDetectVlanBasedEnable returns the LoopbackDetectVlanBasedEnable field if non-nil, zero value otherwise.
GetLoopbackDetectVlanBasedEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetLoopbackDetectVlanBasedEnable(v bool)
SetLoopbackDetectVlanBasedEnable sets LoopbackDetectVlanBasedEnable field to given value.
HasLoopbackDetectVlanBasedEnable
func (o *BatchOswPortSettingVO) HasLoopbackDetectVlanBasedEnable() bool
HasLoopbackDetectVlanBasedEnable returns a boolean if a field has been set.
GetMirroredLags
func (o *BatchOswPortSettingVO) GetMirroredLags() []int32
GetMirroredLags returns the MirroredLags field if non-nil, zero value otherwise.
GetMirroredLagsOk
func (o *BatchOswPortSettingVO) GetMirroredLagsOk() (*[]int32, bool)
GetMirroredLagsOk returns a tuple with the MirroredLags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMirroredLags
func (o *BatchOswPortSettingVO) SetMirroredLags(v []int32)
SetMirroredLags sets MirroredLags field to given value.
HasMirroredLags
func (o *BatchOswPortSettingVO) HasMirroredLags() bool
HasMirroredLags returns a boolean if a field has been set.
GetMirroredPorts
func (o *BatchOswPortSettingVO) GetMirroredPorts() []int32
GetMirroredPorts returns the MirroredPorts field if non-nil, zero value otherwise.
GetMirroredPortsOk
func (o *BatchOswPortSettingVO) GetMirroredPortsOk() (*[]int32, bool)
GetMirroredPortsOk returns a tuple with the MirroredPorts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMirroredPorts
func (o *BatchOswPortSettingVO) SetMirroredPorts(v []int32)
SetMirroredPorts sets MirroredPorts field to given value.
HasMirroredPorts
func (o *BatchOswPortSettingVO) HasMirroredPorts() bool
HasMirroredPorts returns a boolean if a field has been set.
GetMldFastLeaveEnable
func (o *BatchOswPortSettingVO) GetMldFastLeaveEnable() bool
GetMldFastLeaveEnable returns the MldFastLeaveEnable field if non-nil, zero value otherwise.
GetMldFastLeaveEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetMldFastLeaveEnable(v bool)
SetMldFastLeaveEnable sets MldFastLeaveEnable field to given value.
HasMldFastLeaveEnable
func (o *BatchOswPortSettingVO) HasMldFastLeaveEnable() bool
HasMldFastLeaveEnable returns a boolean if a field has been set.
GetName
func (o *BatchOswPortSettingVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *BatchOswPortSettingVO) HasName() bool
HasName returns a boolean if a field has been set.
GetNativeBridgeVlan
func (o *BatchOswPortSettingVO) GetNativeBridgeVlan() int32
GetNativeBridgeVlan returns the NativeBridgeVlan field if non-nil, zero value otherwise.
GetNativeBridgeVlanOk
func (o *BatchOswPortSettingVO) GetNativeBridgeVlanOk() (*int32, bool)
GetNativeBridgeVlanOk returns a tuple with the NativeBridgeVlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNativeBridgeVlan
func (o *BatchOswPortSettingVO) SetNativeBridgeVlan(v int32)
SetNativeBridgeVlan sets NativeBridgeVlan field to given value.
HasNativeBridgeVlan
func (o *BatchOswPortSettingVO) HasNativeBridgeVlan() bool
HasNativeBridgeVlan returns a boolean if a field has been set.
GetNativeNetworkId
func (o *BatchOswPortSettingVO) GetNativeNetworkId() string
GetNativeNetworkId returns the NativeNetworkId field if non-nil, zero value otherwise.
GetNativeNetworkIdOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetNativeNetworkId(v string)
SetNativeNetworkId sets NativeNetworkId field to given value.
HasNativeNetworkId
func (o *BatchOswPortSettingVO) HasNativeNetworkId() bool
HasNativeNetworkId returns a boolean if a field has been set.
GetNetworkTagsSetting
func (o *BatchOswPortSettingVO) GetNetworkTagsSetting() int32
GetNetworkTagsSetting returns the NetworkTagsSetting field if non-nil, zero value otherwise.
GetNetworkTagsSettingOk
func (o *BatchOswPortSettingVO) GetNetworkTagsSettingOk() (*int32, bool)
GetNetworkTagsSettingOk returns a tuple with the NetworkTagsSetting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkTagsSetting
func (o *BatchOswPortSettingVO) SetNetworkTagsSetting(v int32)
SetNetworkTagsSetting sets NetworkTagsSetting field to given value.
HasNetworkTagsSetting
func (o *BatchOswPortSettingVO) HasNetworkTagsSetting() bool
HasNetworkTagsSetting returns a boolean if a field has been set.
GetOperation
func (o *BatchOswPortSettingVO) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
GetOperationOk
func (o *BatchOswPortSettingVO) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOperation
func (o *BatchOswPortSettingVO) SetOperation(v string)
SetOperation sets Operation field to given value.
HasOperation
func (o *BatchOswPortSettingVO) HasOperation() bool
HasOperation returns a boolean if a field has been set.
GetPoe
func (o *BatchOswPortSettingVO) GetPoe() int32
GetPoe returns the Poe field if non-nil, zero value otherwise.
GetPoeOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetPoe(v int32)
SetPoe sets Poe field to given value.
HasPoe
func (o *BatchOswPortSettingVO) HasPoe() bool
HasPoe returns a boolean if a field has been set.
GetPortAlertEnable
func (o *BatchOswPortSettingVO) GetPortAlertEnable() bool
GetPortAlertEnable returns the PortAlertEnable field if non-nil, zero value otherwise.
GetPortAlertEnableOk
func (o *BatchOswPortSettingVO) GetPortAlertEnableOk() (*bool, bool)
GetPortAlertEnableOk returns a tuple with the PortAlertEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortAlertEnable
func (o *BatchOswPortSettingVO) SetPortAlertEnable(v bool)
SetPortAlertEnable sets PortAlertEnable field to given value.
HasPortAlertEnable
func (o *BatchOswPortSettingVO) HasPortAlertEnable() bool
HasPortAlertEnable returns a boolean if a field has been set.
GetPortIsolationEnable
func (o *BatchOswPortSettingVO) GetPortIsolationEnable() bool
GetPortIsolationEnable returns the PortIsolationEnable field if non-nil, zero value otherwise.
GetPortIsolationEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetPortIsolationEnable(v bool)
SetPortIsolationEnable sets PortIsolationEnable field to given value.
HasPortIsolationEnable
func (o *BatchOswPortSettingVO) HasPortIsolationEnable() bool
HasPortIsolationEnable returns a boolean if a field has been set.
GetPortList
func (o *BatchOswPortSettingVO) GetPortList() []int32
GetPortList returns the PortList field if non-nil, zero value otherwise.
GetPortListOk
func (o *BatchOswPortSettingVO) GetPortListOk() (*[]int32, bool)
GetPortListOk returns a tuple with the PortList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortList
func (o *BatchOswPortSettingVO) SetPortList(v []int32)
SetPortList sets PortList field to given value.
GetProfileId
func (o *BatchOswPortSettingVO) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
GetProfileIdOk
func (o *BatchOswPortSettingVO) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileId
func (o *BatchOswPortSettingVO) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
HasProfileId
func (o *BatchOswPortSettingVO) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
GetProfileOverrideEnable
func (o *BatchOswPortSettingVO) GetProfileOverrideEnable() bool
GetProfileOverrideEnable returns the ProfileOverrideEnable field if non-nil, zero value otherwise.
GetProfileOverrideEnableOk
func (o *BatchOswPortSettingVO) GetProfileOverrideEnableOk() (*bool, bool)
GetProfileOverrideEnableOk returns a tuple with the ProfileOverrideEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetProfileOverrideEnable
func (o *BatchOswPortSettingVO) SetProfileOverrideEnable(v bool)
SetProfileOverrideEnable sets ProfileOverrideEnable field to given value.
HasProfileOverrideEnable
func (o *BatchOswPortSettingVO) HasProfileOverrideEnable() bool
HasProfileOverrideEnable returns a boolean if a field has been set.
GetQosQueueEnable
func (o *BatchOswPortSettingVO) GetQosQueueEnable() bool
GetQosQueueEnable returns the QosQueueEnable field if non-nil, zero value otherwise.
GetQosQueueEnableOk
func (o *BatchOswPortSettingVO) GetQosQueueEnableOk() (*bool, bool)
GetQosQueueEnableOk returns a tuple with the QosQueueEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQosQueueEnable
func (o *BatchOswPortSettingVO) SetQosQueueEnable(v bool)
SetQosQueueEnable sets QosQueueEnable field to given value.
HasQosQueueEnable
func (o *BatchOswPortSettingVO) HasQosQueueEnable() bool
HasQosQueueEnable returns a boolean if a field has been set.
GetQueueId
func (o *BatchOswPortSettingVO) GetQueueId() int32
GetQueueId returns the QueueId field if non-nil, zero value otherwise.
GetQueueIdOk
func (o *BatchOswPortSettingVO) GetQueueIdOk() (*int32, bool)
GetQueueIdOk returns a tuple with the QueueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQueueId
func (o *BatchOswPortSettingVO) SetQueueId(v int32)
SetQueueId sets QueueId field to given value.
HasQueueId
func (o *BatchOswPortSettingVO) HasQueueId() bool
HasQueueId returns a boolean if a field has been set.
GetSpanningTreeEnable
func (o *BatchOswPortSettingVO) GetSpanningTreeEnable() bool
GetSpanningTreeEnable returns the SpanningTreeEnable field if non-nil, zero value otherwise.
GetSpanningTreeEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetSpanningTreeEnable(v bool)
SetSpanningTreeEnable sets SpanningTreeEnable field to given value.
HasSpanningTreeEnable
func (o *BatchOswPortSettingVO) HasSpanningTreeEnable() bool
HasSpanningTreeEnable returns a boolean if a field has been set.
GetSpanningTreeSetting
func (o *BatchOswPortSettingVO) GetSpanningTreeSetting() SpanningTreeSettingVO
GetSpanningTreeSetting returns the SpanningTreeSetting field if non-nil, zero value otherwise.
GetSpanningTreeSettingOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetSpanningTreeSetting(v SpanningTreeSettingVO)
SetSpanningTreeSetting sets SpanningTreeSetting field to given value.
HasSpanningTreeSetting
func (o *BatchOswPortSettingVO) HasSpanningTreeSetting() bool
HasSpanningTreeSetting returns a boolean if a field has been set.
GetStormCtrl
func (o *BatchOswPortSettingVO) GetStormCtrl() OswStormCtrlVO
GetStormCtrl returns the StormCtrl field if non-nil, zero value otherwise.
GetStormCtrlOk
func (o *BatchOswPortSettingVO) GetStormCtrlOk() (*OswStormCtrlVO, 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 *BatchOswPortSettingVO) SetStormCtrl(v OswStormCtrlVO)
SetStormCtrl sets StormCtrl field to given value.
HasStormCtrl
func (o *BatchOswPortSettingVO) HasStormCtrl() bool
HasStormCtrl returns a boolean if a field has been set.
GetTagBridgeVlanMap
func (o *BatchOswPortSettingVO) GetTagBridgeVlanMap() map[string][]int32
GetTagBridgeVlanMap returns the TagBridgeVlanMap field if non-nil, zero value otherwise.
GetTagBridgeVlanMapOk
func (o *BatchOswPortSettingVO) GetTagBridgeVlanMapOk() (*map[string][]int32, bool)
GetTagBridgeVlanMapOk returns a tuple with the TagBridgeVlanMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTagBridgeVlanMap
func (o *BatchOswPortSettingVO) SetTagBridgeVlanMap(v map[string][]int32)
SetTagBridgeVlanMap sets TagBridgeVlanMap field to given value.
HasTagBridgeVlanMap
func (o *BatchOswPortSettingVO) HasTagBridgeVlanMap() bool
HasTagBridgeVlanMap returns a boolean if a field has been set.
GetTagIds
func (o *BatchOswPortSettingVO) GetTagIds() []string
GetTagIds returns the TagIds field if non-nil, zero value otherwise.
GetTagIdsOk
func (o *BatchOswPortSettingVO) GetTagIdsOk() (*[]string, bool)
GetTagIdsOk returns a tuple with the TagIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTagIds
func (o *BatchOswPortSettingVO) SetTagIds(v []string)
SetTagIds sets TagIds field to given value.
HasTagIds
func (o *BatchOswPortSettingVO) HasTagIds() bool
HasTagIds returns a boolean if a field has been set.
GetTagNetworkIds
func (o *BatchOswPortSettingVO) GetTagNetworkIds() []string
GetTagNetworkIds returns the TagNetworkIds field if non-nil, zero value otherwise.
GetTagNetworkIdsOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetTagNetworkIds(v []string)
SetTagNetworkIds sets TagNetworkIds field to given value.
HasTagNetworkIds
func (o *BatchOswPortSettingVO) HasTagNetworkIds() bool
HasTagNetworkIds returns a boolean if a field has been set.
GetTopoNotifyEnable
func (o *BatchOswPortSettingVO) GetTopoNotifyEnable() bool
GetTopoNotifyEnable returns the TopoNotifyEnable field if non-nil, zero value otherwise.
GetTopoNotifyEnableOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetTopoNotifyEnable(v bool)
SetTopoNotifyEnable sets TopoNotifyEnable field to given value.
HasTopoNotifyEnable
func (o *BatchOswPortSettingVO) HasTopoNotifyEnable() bool
HasTopoNotifyEnable returns a boolean if a field has been set.
GetTrustMode
func (o *BatchOswPortSettingVO) GetTrustMode() int32
GetTrustMode returns the TrustMode field if non-nil, zero value otherwise.
GetTrustModeOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetTrustMode(v int32)
SetTrustMode sets TrustMode field to given value.
HasTrustMode
func (o *BatchOswPortSettingVO) HasTrustMode() bool
HasTrustMode returns a boolean if a field has been set.
GetUntagBridgeVlanMap
func (o *BatchOswPortSettingVO) GetUntagBridgeVlanMap() map[string][]int32
GetUntagBridgeVlanMap returns the UntagBridgeVlanMap field if non-nil, zero value otherwise.
GetUntagBridgeVlanMapOk
func (o *BatchOswPortSettingVO) GetUntagBridgeVlanMapOk() (*map[string][]int32, bool)
GetUntagBridgeVlanMapOk returns a tuple with the UntagBridgeVlanMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUntagBridgeVlanMap
func (o *BatchOswPortSettingVO) SetUntagBridgeVlanMap(v map[string][]int32)
SetUntagBridgeVlanMap sets UntagBridgeVlanMap field to given value.
HasUntagBridgeVlanMap
func (o *BatchOswPortSettingVO) HasUntagBridgeVlanMap() bool
HasUntagBridgeVlanMap returns a boolean if a field has been set.
GetUntagNetworkIds
func (o *BatchOswPortSettingVO) GetUntagNetworkIds() []string
GetUntagNetworkIds returns the UntagNetworkIds field if non-nil, zero value otherwise.
GetUntagNetworkIdsOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetUntagNetworkIds(v []string)
SetUntagNetworkIds sets UntagNetworkIds field to given value.
HasUntagNetworkIds
func (o *BatchOswPortSettingVO) HasUntagNetworkIds() bool
HasUntagNetworkIds returns a boolean if a field has been set.
GetVoiceBridgeVlan
func (o *BatchOswPortSettingVO) GetVoiceBridgeVlan() int32
GetVoiceBridgeVlan returns the VoiceBridgeVlan field if non-nil, zero value otherwise.
GetVoiceBridgeVlanOk
func (o *BatchOswPortSettingVO) GetVoiceBridgeVlanOk() (*int32, bool)
GetVoiceBridgeVlanOk returns a tuple with the VoiceBridgeVlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoiceBridgeVlan
func (o *BatchOswPortSettingVO) SetVoiceBridgeVlan(v int32)
SetVoiceBridgeVlan sets VoiceBridgeVlan field to given value.
HasVoiceBridgeVlan
func (o *BatchOswPortSettingVO) HasVoiceBridgeVlan() bool
HasVoiceBridgeVlan returns a boolean if a field has been set.
GetVoiceDscp
func (o *BatchOswPortSettingVO) GetVoiceDscp() int32
GetVoiceDscp returns the VoiceDscp field if non-nil, zero value otherwise.
GetVoiceDscpOk
func (o *BatchOswPortSettingVO) GetVoiceDscpOk() (*int32, bool)
GetVoiceDscpOk returns a tuple with the VoiceDscp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoiceDscp
func (o *BatchOswPortSettingVO) SetVoiceDscp(v int32)
SetVoiceDscp sets VoiceDscp field to given value.
HasVoiceDscp
func (o *BatchOswPortSettingVO) HasVoiceDscp() bool
HasVoiceDscp returns a boolean if a field has been set.
GetVoiceDscpEnable
func (o *BatchOswPortSettingVO) GetVoiceDscpEnable() bool
GetVoiceDscpEnable returns the VoiceDscpEnable field if non-nil, zero value otherwise.
GetVoiceDscpEnableOk
func (o *BatchOswPortSettingVO) GetVoiceDscpEnableOk() (*bool, bool)
GetVoiceDscpEnableOk returns a tuple with the VoiceDscpEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoiceDscpEnable
func (o *BatchOswPortSettingVO) SetVoiceDscpEnable(v bool)
SetVoiceDscpEnable sets VoiceDscpEnable field to given value.
HasVoiceDscpEnable
func (o *BatchOswPortSettingVO) HasVoiceDscpEnable() bool
HasVoiceDscpEnable returns a boolean if a field has been set.
GetVoiceNetworkEnable
func (o *BatchOswPortSettingVO) GetVoiceNetworkEnable() bool
GetVoiceNetworkEnable returns the VoiceNetworkEnable field if non-nil, zero value otherwise.
GetVoiceNetworkEnableOk
func (o *BatchOswPortSettingVO) GetVoiceNetworkEnableOk() (*bool, bool)
GetVoiceNetworkEnableOk returns a tuple with the VoiceNetworkEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoiceNetworkEnable
func (o *BatchOswPortSettingVO) SetVoiceNetworkEnable(v bool)
SetVoiceNetworkEnable sets VoiceNetworkEnable field to given value.
HasVoiceNetworkEnable
func (o *BatchOswPortSettingVO) HasVoiceNetworkEnable() bool
HasVoiceNetworkEnable returns a boolean if a field has been set.
GetVoiceNetworkId
func (o *BatchOswPortSettingVO) GetVoiceNetworkId() string
GetVoiceNetworkId returns the VoiceNetworkId field if non-nil, zero value otherwise.
GetVoiceNetworkIdOk
func (o *BatchOswPortSettingVO) 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 *BatchOswPortSettingVO) SetVoiceNetworkId(v string)
SetVoiceNetworkId sets VoiceNetworkId field to given value.
HasVoiceNetworkId
func (o *BatchOswPortSettingVO) HasVoiceNetworkId() bool
HasVoiceNetworkId returns a boolean if a field has been set.