Skip to content

OswMlagPeerAllPortsConfigInfoVO

Properties

Name Type Description Notes
AllAggregatingPorts Pointer to []int32 [optional]
AllMirroredPorts Pointer to []int32 [optional]
AllMirroringPorts Pointer to []int32 [optional]
AllMlagDadPorts Pointer to []int32 [optional]
AllMlagPeerLinkPorts Pointer to []int32 [optional]

Methods

NewOswMlagPeerAllPortsConfigInfoVO

func NewOswMlagPeerAllPortsConfigInfoVO() *OswMlagPeerAllPortsConfigInfoVO

NewOswMlagPeerAllPortsConfigInfoVO instantiates a new OswMlagPeerAllPortsConfigInfoVO 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

NewOswMlagPeerAllPortsConfigInfoVOWithDefaults

func NewOswMlagPeerAllPortsConfigInfoVOWithDefaults() *OswMlagPeerAllPortsConfigInfoVO

NewOswMlagPeerAllPortsConfigInfoVOWithDefaults instantiates a new OswMlagPeerAllPortsConfigInfoVO 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

GetAllAggregatingPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllAggregatingPorts() []int32

GetAllAggregatingPorts returns the AllAggregatingPorts field if non-nil, zero value otherwise.

GetAllAggregatingPortsOk

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllAggregatingPortsOk() (*[]int32, bool)

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

SetAllAggregatingPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) SetAllAggregatingPorts(v []int32)

SetAllAggregatingPorts sets AllAggregatingPorts field to given value.

HasAllAggregatingPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) HasAllAggregatingPorts() bool

HasAllAggregatingPorts returns a boolean if a field has been set.

GetAllMirroredPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMirroredPorts() []int32

GetAllMirroredPorts returns the AllMirroredPorts field if non-nil, zero value otherwise.

GetAllMirroredPortsOk

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMirroredPortsOk() (*[]int32, bool)

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

SetAllMirroredPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) SetAllMirroredPorts(v []int32)

SetAllMirroredPorts sets AllMirroredPorts field to given value.

HasAllMirroredPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) HasAllMirroredPorts() bool

HasAllMirroredPorts returns a boolean if a field has been set.

GetAllMirroringPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMirroringPorts() []int32

GetAllMirroringPorts returns the AllMirroringPorts field if non-nil, zero value otherwise.

GetAllMirroringPortsOk

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMirroringPortsOk() (*[]int32, bool)

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

SetAllMirroringPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) SetAllMirroringPorts(v []int32)

SetAllMirroringPorts sets AllMirroringPorts field to given value.

HasAllMirroringPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) HasAllMirroringPorts() bool

HasAllMirroringPorts returns a boolean if a field has been set.

GetAllMlagDadPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMlagDadPorts() []int32

GetAllMlagDadPorts returns the AllMlagDadPorts field if non-nil, zero value otherwise.

GetAllMlagDadPortsOk

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMlagDadPortsOk() (*[]int32, bool)

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

SetAllMlagDadPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) SetAllMlagDadPorts(v []int32)

SetAllMlagDadPorts sets AllMlagDadPorts field to given value.

HasAllMlagDadPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) HasAllMlagDadPorts() bool

HasAllMlagDadPorts returns a boolean if a field has been set.

GetAllMlagPeerLinkPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMlagPeerLinkPorts() []int32

GetAllMlagPeerLinkPorts returns the AllMlagPeerLinkPorts field if non-nil, zero value otherwise.

GetAllMlagPeerLinkPortsOk

func (o *OswMlagPeerAllPortsConfigInfoVO) GetAllMlagPeerLinkPortsOk() (*[]int32, bool)

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

SetAllMlagPeerLinkPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) SetAllMlagPeerLinkPorts(v []int32)

SetAllMlagPeerLinkPorts sets AllMlagPeerLinkPorts field to given value.

HasAllMlagPeerLinkPorts

func (o *OswMlagPeerAllPortsConfigInfoVO) HasAllMlagPeerLinkPorts() bool

HasAllMlagPeerLinkPorts returns a boolean if a field has been set.

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