Skip to content

OswMlagDataVODeviceInfo

Properties

Name Type Description Notes
Member Pointer to []DeviceInfo [optional]
MlagId Pointer to string [optional]
MlagMembers Pointer to []OswMlagMemberPortVO [optional]
MlagName Pointer to string [optional]
MlagStatus Pointer to int32 [optional]

Methods

NewOswMlagDataVODeviceInfo

func NewOswMlagDataVODeviceInfo() *OswMlagDataVODeviceInfo

NewOswMlagDataVODeviceInfo instantiates a new OswMlagDataVODeviceInfo 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

NewOswMlagDataVODeviceInfoWithDefaults

func NewOswMlagDataVODeviceInfoWithDefaults() *OswMlagDataVODeviceInfo

NewOswMlagDataVODeviceInfoWithDefaults instantiates a new OswMlagDataVODeviceInfo 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

GetMember

func (o *OswMlagDataVODeviceInfo) GetMember() []DeviceInfo

GetMember returns the Member field if non-nil, zero value otherwise.

GetMemberOk

func (o *OswMlagDataVODeviceInfo) GetMemberOk() (*[]DeviceInfo, bool)

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

SetMember

func (o *OswMlagDataVODeviceInfo) SetMember(v []DeviceInfo)

SetMember sets Member field to given value.

HasMember

func (o *OswMlagDataVODeviceInfo) HasMember() bool

HasMember returns a boolean if a field has been set.

GetMlagId

func (o *OswMlagDataVODeviceInfo) GetMlagId() string

GetMlagId returns the MlagId field if non-nil, zero value otherwise.

GetMlagIdOk

func (o *OswMlagDataVODeviceInfo) GetMlagIdOk() (*string, bool)

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

SetMlagId

func (o *OswMlagDataVODeviceInfo) SetMlagId(v string)

SetMlagId sets MlagId field to given value.

HasMlagId

func (o *OswMlagDataVODeviceInfo) HasMlagId() bool

HasMlagId returns a boolean if a field has been set.

GetMlagMembers

func (o *OswMlagDataVODeviceInfo) GetMlagMembers() []OswMlagMemberPortVO

GetMlagMembers returns the MlagMembers field if non-nil, zero value otherwise.

GetMlagMembersOk

func (o *OswMlagDataVODeviceInfo) GetMlagMembersOk() (*[]OswMlagMemberPortVO, bool)

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

SetMlagMembers

func (o *OswMlagDataVODeviceInfo) SetMlagMembers(v []OswMlagMemberPortVO)

SetMlagMembers sets MlagMembers field to given value.

HasMlagMembers

func (o *OswMlagDataVODeviceInfo) HasMlagMembers() bool

HasMlagMembers returns a boolean if a field has been set.

GetMlagName

func (o *OswMlagDataVODeviceInfo) GetMlagName() string

GetMlagName returns the MlagName field if non-nil, zero value otherwise.

GetMlagNameOk

func (o *OswMlagDataVODeviceInfo) GetMlagNameOk() (*string, bool)

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

SetMlagName

func (o *OswMlagDataVODeviceInfo) SetMlagName(v string)

SetMlagName sets MlagName field to given value.

HasMlagName

func (o *OswMlagDataVODeviceInfo) HasMlagName() bool

HasMlagName returns a boolean if a field has been set.

GetMlagStatus

func (o *OswMlagDataVODeviceInfo) GetMlagStatus() int32

GetMlagStatus returns the MlagStatus field if non-nil, zero value otherwise.

GetMlagStatusOk

func (o *OswMlagDataVODeviceInfo) GetMlagStatusOk() (*int32, bool)

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

SetMlagStatus

func (o *OswMlagDataVODeviceInfo) SetMlagStatus(v int32)

SetMlagStatus sets MlagStatus field to given value.

HasMlagStatus

func (o *OswMlagDataVODeviceInfo) HasMlagStatus() bool

HasMlagStatus returns a boolean if a field has been set.

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