OswMlagPeerInfoVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mac | Pointer to string | [optional] | |
| MaxLagMember | Pointer to int32 | [optional] | |
| MaxLagNum | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| PortNum | Pointer to int32 | [optional] | |
| UsedLagIds | Pointer to []int32 | [optional] |
Methods
NewOswMlagPeerInfoVO
func NewOswMlagPeerInfoVO() *OswMlagPeerInfoVO
NewOswMlagPeerInfoVO instantiates a new OswMlagPeerInfoVO 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
NewOswMlagPeerInfoVOWithDefaults
func NewOswMlagPeerInfoVOWithDefaults() *OswMlagPeerInfoVO
NewOswMlagPeerInfoVOWithDefaults instantiates a new OswMlagPeerInfoVO 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
GetMac
func (o *OswMlagPeerInfoVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *OswMlagPeerInfoVO) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMac
func (o *OswMlagPeerInfoVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *OswMlagPeerInfoVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetMaxLagMember
func (o *OswMlagPeerInfoVO) GetMaxLagMember() int32
GetMaxLagMember returns the MaxLagMember field if non-nil, zero value otherwise.
GetMaxLagMemberOk
func (o *OswMlagPeerInfoVO) GetMaxLagMemberOk() (*int32, bool)
GetMaxLagMemberOk returns a tuple with the MaxLagMember field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxLagMember
func (o *OswMlagPeerInfoVO) SetMaxLagMember(v int32)
SetMaxLagMember sets MaxLagMember field to given value.
HasMaxLagMember
func (o *OswMlagPeerInfoVO) HasMaxLagMember() bool
HasMaxLagMember returns a boolean if a field has been set.
GetMaxLagNum
func (o *OswMlagPeerInfoVO) GetMaxLagNum() int32
GetMaxLagNum returns the MaxLagNum field if non-nil, zero value otherwise.
GetMaxLagNumOk
func (o *OswMlagPeerInfoVO) GetMaxLagNumOk() (*int32, bool)
GetMaxLagNumOk returns a tuple with the MaxLagNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxLagNum
func (o *OswMlagPeerInfoVO) SetMaxLagNum(v int32)
SetMaxLagNum sets MaxLagNum field to given value.
HasMaxLagNum
func (o *OswMlagPeerInfoVO) HasMaxLagNum() bool
HasMaxLagNum returns a boolean if a field has been set.
GetName
func (o *OswMlagPeerInfoVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *OswMlagPeerInfoVO) 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 *OswMlagPeerInfoVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *OswMlagPeerInfoVO) HasName() bool
HasName returns a boolean if a field has been set.
GetPortNum
func (o *OswMlagPeerInfoVO) GetPortNum() int32
GetPortNum returns the PortNum field if non-nil, zero value otherwise.
GetPortNumOk
func (o *OswMlagPeerInfoVO) GetPortNumOk() (*int32, bool)
GetPortNumOk returns a tuple with the PortNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortNum
func (o *OswMlagPeerInfoVO) SetPortNum(v int32)
SetPortNum sets PortNum field to given value.
HasPortNum
func (o *OswMlagPeerInfoVO) HasPortNum() bool
HasPortNum returns a boolean if a field has been set.
GetUsedLagIds
func (o *OswMlagPeerInfoVO) GetUsedLagIds() []int32
GetUsedLagIds returns the UsedLagIds field if non-nil, zero value otherwise.
GetUsedLagIdsOk
func (o *OswMlagPeerInfoVO) GetUsedLagIdsOk() (*[]int32, bool)
GetUsedLagIdsOk returns a tuple with the UsedLagIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUsedLagIds
func (o *OswMlagPeerInfoVO) SetUsedLagIds(v []int32)
SetUsedLagIds sets UsedLagIds field to given value.
HasUsedLagIds
func (o *OswMlagPeerInfoVO) HasUsedLagIds() bool
HasUsedLagIds returns a boolean if a field has been set.