Skip to content

SiteLldpSetting

Properties

Name Type Description Notes
Lldp Pointer to SiteApLldpSettingVO [optional]

Methods

NewSiteLldpSetting

func NewSiteLldpSetting() *SiteLldpSetting

NewSiteLldpSetting instantiates a new SiteLldpSetting 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

NewSiteLldpSettingWithDefaults

func NewSiteLldpSettingWithDefaults() *SiteLldpSetting

NewSiteLldpSettingWithDefaults instantiates a new SiteLldpSetting 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

GetLldp

func (o *SiteLldpSetting) GetLldp() SiteApLldpSettingVO

GetLldp returns the Lldp field if non-nil, zero value otherwise.

GetLldpOk

func (o *SiteLldpSetting) GetLldpOk() (*SiteApLldpSettingVO, bool)

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

SetLldp

func (o *SiteLldpSetting) SetLldp(v SiteApLldpSettingVO)

SetLldp sets Lldp field to given value.

HasLldp

func (o *SiteLldpSetting) HasLldp() bool

HasLldp returns a boolean if a field has been set.

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