OswLanMulticastVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FastLeaveEnable | Pointer to bool | [optional] | |
| ReportSuppressionEnable | Pointer to bool | [optional] |
Methods
NewOswLanMulticastVO
func NewOswLanMulticastVO() *OswLanMulticastVO
NewOswLanMulticastVO instantiates a new OswLanMulticastVO 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
NewOswLanMulticastVOWithDefaults
func NewOswLanMulticastVOWithDefaults() *OswLanMulticastVO
NewOswLanMulticastVOWithDefaults instantiates a new OswLanMulticastVO 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
GetFastLeaveEnable
func (o *OswLanMulticastVO) GetFastLeaveEnable() bool
GetFastLeaveEnable returns the FastLeaveEnable field if non-nil, zero value otherwise.
GetFastLeaveEnableOk
func (o *OswLanMulticastVO) 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 *OswLanMulticastVO) SetFastLeaveEnable(v bool)
SetFastLeaveEnable sets FastLeaveEnable field to given value.
HasFastLeaveEnable
func (o *OswLanMulticastVO) HasFastLeaveEnable() bool
HasFastLeaveEnable returns a boolean if a field has been set.
GetReportSuppressionEnable
func (o *OswLanMulticastVO) GetReportSuppressionEnable() bool
GetReportSuppressionEnable returns the ReportSuppressionEnable field if non-nil, zero value otherwise.
GetReportSuppressionEnableOk
func (o *OswLanMulticastVO) GetReportSuppressionEnableOk() (*bool, bool)
GetReportSuppressionEnableOk returns a tuple with the ReportSuppressionEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReportSuppressionEnable
func (o *OswLanMulticastVO) SetReportSuppressionEnable(v bool)
SetReportSuppressionEnable sets ReportSuppressionEnable field to given value.
HasReportSuppressionEnable
func (o *OswLanMulticastVO) HasReportSuppressionEnable() bool
HasReportSuppressionEnable returns a boolean if a field has been set.