BatchStackPortSettingOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] | |
| 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 | EEE enable status | [optional] |
| FastLeaveEnable | Pointer to bool | Indicates whether igmpSnooping fastLeave is enabled | [optional] |
| FlowControlEnable | Pointer to bool | FlowControl enable status | [optional] |
| IgmpFastLeaveEnable | Pointer to bool | Indicates whether igmp fast leave is enabled | [optional] |
| LinkSpeed | Pointer to int32 | LinkSpeed should be a value as follows: 0: Auto; 1: 10M; 2: 100M; 3: 1000M; 4: 2500M; 5: 10G; 6: 5G; 7: 25G; 8: 100G; 9: 40G. | [optional] |
| LldpMedEnable | Pointer to bool | LLDP-MED enable status | [optional] |
| LoopbackDetectEnable | Pointer to bool | LoopbackDetect enable status | [optional] |
| LoopbackDetectVlanBasedEnable | Pointer to bool | LoopbackDetectVLANBased enable status | [optional] |
| MldFastLeaveEnable | Pointer to bool | Indicates whether mld fast leave is enabled | [optional] |
| Name | Pointer to string | Port name | [optional] |
| Operation | Pointer to string | Operation should be a value as follows: SWITCHING; | [optional] |
| Poe | Pointer to int32 | PoE switch should be a value as follows: 0: Off; 1: 802.3at/af | [optional] |
| PortIsolationEnable | Pointer to bool | Port-isolation enable status | [optional] |
| ProfileId | Pointer to string | Lan Profile ID | [optional] |
| ProfileOverrideEnable | Pointer to bool | Indicates whether to enable Profile Override | [optional] |
| SpanningTreeEnable | Pointer to bool | SpanningTree enable status | [optional] |
| SpanningTreeSetting | Pointer to SpanningTreeSettingVO | [optional] | |
| StormCtrl | Pointer to OswStormCtrlVO | [optional] | |
| TrustMode | Pointer to int32 | TrustMode should be a value as follows: 0: Untrusted; 1: Trust 802.1p; 2: Trust DSCP | [optional] |
| UnitList | []OswStackUnitVO | Unit List |
Methods
NewBatchStackPortSettingOpenApiVO
func NewBatchStackPortSettingOpenApiVO(unitList []OswStackUnitVO, ) *BatchStackPortSettingOpenApiVO
NewBatchStackPortSettingOpenApiVO instantiates a new BatchStackPortSettingOpenApiVO 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
NewBatchStackPortSettingOpenApiVOWithDefaults
func NewBatchStackPortSettingOpenApiVOWithDefaults() *BatchStackPortSettingOpenApiVO
NewBatchStackPortSettingOpenApiVOWithDefaults instantiates a new BatchStackPortSettingOpenApiVO 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 *BatchStackPortSettingOpenApiVO) GetBandCtrl() OswBandCtrlVO
GetBandCtrl returns the BandCtrl field if non-nil, zero value otherwise.
GetBandCtrlOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetBandCtrl(v OswBandCtrlVO)
SetBandCtrl sets BandCtrl field to given value.
HasBandCtrl
func (o *BatchStackPortSettingOpenApiVO) HasBandCtrl() bool
HasBandCtrl returns a boolean if a field has been set.
GetBandWidthCtrlType
func (o *BatchStackPortSettingOpenApiVO) GetBandWidthCtrlType() int32
GetBandWidthCtrlType returns the BandWidthCtrlType field if non-nil, zero value otherwise.
GetBandWidthCtrlTypeOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetBandWidthCtrlType(v int32)
SetBandWidthCtrlType sets BandWidthCtrlType field to given value.
HasBandWidthCtrlType
func (o *BatchStackPortSettingOpenApiVO) HasBandWidthCtrlType() bool
HasBandWidthCtrlType returns a boolean if a field has been set.
GetDhcpL2RelaySettings
func (o *BatchStackPortSettingOpenApiVO) GetDhcpL2RelaySettings() OswPortDhcpL2RelayVO
GetDhcpL2RelaySettings returns the DhcpL2RelaySettings field if non-nil, zero value otherwise.
GetDhcpL2RelaySettingsOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetDhcpL2RelaySettings(v OswPortDhcpL2RelayVO)
SetDhcpL2RelaySettings sets DhcpL2RelaySettings field to given value.
HasDhcpL2RelaySettings
func (o *BatchStackPortSettingOpenApiVO) HasDhcpL2RelaySettings() bool
HasDhcpL2RelaySettings returns a boolean if a field has been set.
GetDot1pPriority
func (o *BatchStackPortSettingOpenApiVO) GetDot1pPriority() int32
GetDot1pPriority returns the Dot1pPriority field if non-nil, zero value otherwise.
GetDot1pPriorityOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetDot1pPriority(v int32)
SetDot1pPriority sets Dot1pPriority field to given value.
HasDot1pPriority
func (o *BatchStackPortSettingOpenApiVO) HasDot1pPriority() bool
HasDot1pPriority returns a boolean if a field has been set.
GetDot1x
func (o *BatchStackPortSettingOpenApiVO) GetDot1x() int32
GetDot1x returns the Dot1x field if non-nil, zero value otherwise.
GetDot1xOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetDot1x(v int32)
SetDot1x sets Dot1x field to given value.
HasDot1x
func (o *BatchStackPortSettingOpenApiVO) HasDot1x() bool
HasDot1x returns a boolean if a field has been set.
GetDuplex
func (o *BatchStackPortSettingOpenApiVO) GetDuplex() int32
GetDuplex returns the Duplex field if non-nil, zero value otherwise.
GetDuplexOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetDuplex(v int32)
SetDuplex sets Duplex field to given value.
HasDuplex
func (o *BatchStackPortSettingOpenApiVO) HasDuplex() bool
HasDuplex returns a boolean if a field has been set.
GetEeeEnable
func (o *BatchStackPortSettingOpenApiVO) GetEeeEnable() bool
GetEeeEnable returns the EeeEnable field if non-nil, zero value otherwise.
GetEeeEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetEeeEnable(v bool)
SetEeeEnable sets EeeEnable field to given value.
HasEeeEnable
func (o *BatchStackPortSettingOpenApiVO) HasEeeEnable() bool
HasEeeEnable returns a boolean if a field has been set.
GetFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) GetFastLeaveEnable() bool
GetFastLeaveEnable returns the FastLeaveEnable field if non-nil, zero value otherwise.
GetFastLeaveEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetFastLeaveEnable(v bool)
SetFastLeaveEnable sets FastLeaveEnable field to given value.
HasFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) HasFastLeaveEnable() bool
HasFastLeaveEnable returns a boolean if a field has been set.
GetFlowControlEnable
func (o *BatchStackPortSettingOpenApiVO) GetFlowControlEnable() bool
GetFlowControlEnable returns the FlowControlEnable field if non-nil, zero value otherwise.
GetFlowControlEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetFlowControlEnable(v bool)
SetFlowControlEnable sets FlowControlEnable field to given value.
HasFlowControlEnable
func (o *BatchStackPortSettingOpenApiVO) HasFlowControlEnable() bool
HasFlowControlEnable returns a boolean if a field has been set.
GetIgmpFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) GetIgmpFastLeaveEnable() bool
GetIgmpFastLeaveEnable returns the IgmpFastLeaveEnable field if non-nil, zero value otherwise.
GetIgmpFastLeaveEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetIgmpFastLeaveEnable(v bool)
SetIgmpFastLeaveEnable sets IgmpFastLeaveEnable field to given value.
HasIgmpFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) HasIgmpFastLeaveEnable() bool
HasIgmpFastLeaveEnable returns a boolean if a field has been set.
GetLinkSpeed
func (o *BatchStackPortSettingOpenApiVO) GetLinkSpeed() int32
GetLinkSpeed returns the LinkSpeed field if non-nil, zero value otherwise.
GetLinkSpeedOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetLinkSpeed(v int32)
SetLinkSpeed sets LinkSpeed field to given value.
HasLinkSpeed
func (o *BatchStackPortSettingOpenApiVO) HasLinkSpeed() bool
HasLinkSpeed returns a boolean if a field has been set.
GetLldpMedEnable
func (o *BatchStackPortSettingOpenApiVO) GetLldpMedEnable() bool
GetLldpMedEnable returns the LldpMedEnable field if non-nil, zero value otherwise.
GetLldpMedEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetLldpMedEnable(v bool)
SetLldpMedEnable sets LldpMedEnable field to given value.
HasLldpMedEnable
func (o *BatchStackPortSettingOpenApiVO) HasLldpMedEnable() bool
HasLldpMedEnable returns a boolean if a field has been set.
GetLoopbackDetectEnable
func (o *BatchStackPortSettingOpenApiVO) GetLoopbackDetectEnable() bool
GetLoopbackDetectEnable returns the LoopbackDetectEnable field if non-nil, zero value otherwise.
GetLoopbackDetectEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetLoopbackDetectEnable(v bool)
SetLoopbackDetectEnable sets LoopbackDetectEnable field to given value.
HasLoopbackDetectEnable
func (o *BatchStackPortSettingOpenApiVO) HasLoopbackDetectEnable() bool
HasLoopbackDetectEnable returns a boolean if a field has been set.
GetLoopbackDetectVlanBasedEnable
func (o *BatchStackPortSettingOpenApiVO) GetLoopbackDetectVlanBasedEnable() bool
GetLoopbackDetectVlanBasedEnable returns the LoopbackDetectVlanBasedEnable field if non-nil, zero value otherwise.
GetLoopbackDetectVlanBasedEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetLoopbackDetectVlanBasedEnable(v bool)
SetLoopbackDetectVlanBasedEnable sets LoopbackDetectVlanBasedEnable field to given value.
HasLoopbackDetectVlanBasedEnable
func (o *BatchStackPortSettingOpenApiVO) HasLoopbackDetectVlanBasedEnable() bool
HasLoopbackDetectVlanBasedEnable returns a boolean if a field has been set.
GetMldFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) GetMldFastLeaveEnable() bool
GetMldFastLeaveEnable returns the MldFastLeaveEnable field if non-nil, zero value otherwise.
GetMldFastLeaveEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetMldFastLeaveEnable(v bool)
SetMldFastLeaveEnable sets MldFastLeaveEnable field to given value.
HasMldFastLeaveEnable
func (o *BatchStackPortSettingOpenApiVO) HasMldFastLeaveEnable() bool
HasMldFastLeaveEnable returns a boolean if a field has been set.
GetName
func (o *BatchStackPortSettingOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *BatchStackPortSettingOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetOperation
func (o *BatchStackPortSettingOpenApiVO) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
GetOperationOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetOperation(v string)
SetOperation sets Operation field to given value.
HasOperation
func (o *BatchStackPortSettingOpenApiVO) HasOperation() bool
HasOperation returns a boolean if a field has been set.
GetPoe
func (o *BatchStackPortSettingOpenApiVO) GetPoe() int32
GetPoe returns the Poe field if non-nil, zero value otherwise.
GetPoeOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetPoe(v int32)
SetPoe sets Poe field to given value.
HasPoe
func (o *BatchStackPortSettingOpenApiVO) HasPoe() bool
HasPoe returns a boolean if a field has been set.
GetPortIsolationEnable
func (o *BatchStackPortSettingOpenApiVO) GetPortIsolationEnable() bool
GetPortIsolationEnable returns the PortIsolationEnable field if non-nil, zero value otherwise.
GetPortIsolationEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetPortIsolationEnable(v bool)
SetPortIsolationEnable sets PortIsolationEnable field to given value.
HasPortIsolationEnable
func (o *BatchStackPortSettingOpenApiVO) HasPortIsolationEnable() bool
HasPortIsolationEnable returns a boolean if a field has been set.
GetProfileId
func (o *BatchStackPortSettingOpenApiVO) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
GetProfileIdOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
HasProfileId
func (o *BatchStackPortSettingOpenApiVO) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
GetProfileOverrideEnable
func (o *BatchStackPortSettingOpenApiVO) GetProfileOverrideEnable() bool
GetProfileOverrideEnable returns the ProfileOverrideEnable field if non-nil, zero value otherwise.
GetProfileOverrideEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetProfileOverrideEnable(v bool)
SetProfileOverrideEnable sets ProfileOverrideEnable field to given value.
HasProfileOverrideEnable
func (o *BatchStackPortSettingOpenApiVO) HasProfileOverrideEnable() bool
HasProfileOverrideEnable returns a boolean if a field has been set.
GetSpanningTreeEnable
func (o *BatchStackPortSettingOpenApiVO) GetSpanningTreeEnable() bool
GetSpanningTreeEnable returns the SpanningTreeEnable field if non-nil, zero value otherwise.
GetSpanningTreeEnableOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetSpanningTreeEnable(v bool)
SetSpanningTreeEnable sets SpanningTreeEnable field to given value.
HasSpanningTreeEnable
func (o *BatchStackPortSettingOpenApiVO) HasSpanningTreeEnable() bool
HasSpanningTreeEnable returns a boolean if a field has been set.
GetSpanningTreeSetting
func (o *BatchStackPortSettingOpenApiVO) GetSpanningTreeSetting() SpanningTreeSettingVO
GetSpanningTreeSetting returns the SpanningTreeSetting field if non-nil, zero value otherwise.
GetSpanningTreeSettingOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetSpanningTreeSetting(v SpanningTreeSettingVO)
SetSpanningTreeSetting sets SpanningTreeSetting field to given value.
HasSpanningTreeSetting
func (o *BatchStackPortSettingOpenApiVO) HasSpanningTreeSetting() bool
HasSpanningTreeSetting returns a boolean if a field has been set.
GetStormCtrl
func (o *BatchStackPortSettingOpenApiVO) GetStormCtrl() OswStormCtrlVO
GetStormCtrl returns the StormCtrl field if non-nil, zero value otherwise.
GetStormCtrlOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetStormCtrl(v OswStormCtrlVO)
SetStormCtrl sets StormCtrl field to given value.
HasStormCtrl
func (o *BatchStackPortSettingOpenApiVO) HasStormCtrl() bool
HasStormCtrl returns a boolean if a field has been set.
GetTrustMode
func (o *BatchStackPortSettingOpenApiVO) GetTrustMode() int32
GetTrustMode returns the TrustMode field if non-nil, zero value otherwise.
GetTrustModeOk
func (o *BatchStackPortSettingOpenApiVO) 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 *BatchStackPortSettingOpenApiVO) SetTrustMode(v int32)
SetTrustMode sets TrustMode field to given value.
HasTrustMode
func (o *BatchStackPortSettingOpenApiVO) HasTrustMode() bool
HasTrustMode returns a boolean if a field has been set.
GetUnitList
func (o *BatchStackPortSettingOpenApiVO) GetUnitList() []OswStackUnitVO
GetUnitList returns the UnitList field if non-nil, zero value otherwise.
GetUnitListOk
func (o *BatchStackPortSettingOpenApiVO) GetUnitListOk() (*[]OswStackUnitVO, bool)
GetUnitListOk returns a tuple with the UnitList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUnitList
func (o *BatchStackPortSettingOpenApiVO) SetUnitList(v []OswStackUnitVO)
SetUnitList sets UnitList field to given value.