SiteMulticastRateLimitSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| McastRateLimit | Pointer to McastRateLimitSettingVO | [optional] |
Methods
NewSiteMulticastRateLimitSetting
func NewSiteMulticastRateLimitSetting() *SiteMulticastRateLimitSetting
NewSiteMulticastRateLimitSetting instantiates a new SiteMulticastRateLimitSetting 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
NewSiteMulticastRateLimitSettingWithDefaults
func NewSiteMulticastRateLimitSettingWithDefaults() *SiteMulticastRateLimitSetting
NewSiteMulticastRateLimitSettingWithDefaults instantiates a new SiteMulticastRateLimitSetting 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
GetMcastRateLimit
func (o *SiteMulticastRateLimitSetting) GetMcastRateLimit() McastRateLimitSettingVO
GetMcastRateLimit returns the McastRateLimit field if non-nil, zero value otherwise.
GetMcastRateLimitOk
func (o *SiteMulticastRateLimitSetting) GetMcastRateLimitOk() (*McastRateLimitSettingVO, bool)
GetMcastRateLimitOk returns a tuple with the McastRateLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMcastRateLimit
func (o *SiteMulticastRateLimitSetting) SetMcastRateLimit(v McastRateLimitSettingVO)
SetMcastRateLimit sets McastRateLimit field to given value.
HasMcastRateLimit
func (o *SiteMulticastRateLimitSetting) HasMcastRateLimit() bool
HasMcastRateLimit returns a boolean if a field has been set.