Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

NetworkConfigServiceAnnouncement.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

NetworkConfigServiceAnnouncement

Properties

Name Type Description Notes
Netbios Pointer to bool [optional]
Mdns Pointer to bool [optional]
Wsd Pointer to bool [optional]

Methods

NewNetworkConfigServiceAnnouncement

func NewNetworkConfigServiceAnnouncement() *NetworkConfigServiceAnnouncement

NewNetworkConfigServiceAnnouncement instantiates a new NetworkConfigServiceAnnouncement 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

NewNetworkConfigServiceAnnouncementWithDefaults

func NewNetworkConfigServiceAnnouncementWithDefaults() *NetworkConfigServiceAnnouncement

NewNetworkConfigServiceAnnouncementWithDefaults instantiates a new NetworkConfigServiceAnnouncement 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

GetNetbios

func (o *NetworkConfigServiceAnnouncement) GetNetbios() bool

GetNetbios returns the Netbios field if non-nil, zero value otherwise.

GetNetbiosOk

func (o *NetworkConfigServiceAnnouncement) GetNetbiosOk() (*bool, bool)

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

SetNetbios

func (o *NetworkConfigServiceAnnouncement) SetNetbios(v bool)

SetNetbios sets Netbios field to given value.

HasNetbios

func (o *NetworkConfigServiceAnnouncement) HasNetbios() bool

HasNetbios returns a boolean if a field has been set.

GetMdns

func (o *NetworkConfigServiceAnnouncement) GetMdns() bool

GetMdns returns the Mdns field if non-nil, zero value otherwise.

GetMdnsOk

func (o *NetworkConfigServiceAnnouncement) GetMdnsOk() (*bool, bool)

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

SetMdns

func (o *NetworkConfigServiceAnnouncement) SetMdns(v bool)

SetMdns sets Mdns field to given value.

HasMdns

func (o *NetworkConfigServiceAnnouncement) HasMdns() bool

HasMdns returns a boolean if a field has been set.

GetWsd

func (o *NetworkConfigServiceAnnouncement) GetWsd() bool

GetWsd returns the Wsd field if non-nil, zero value otherwise.

GetWsdOk

func (o *NetworkConfigServiceAnnouncement) GetWsdOk() (*bool, bool)

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

SetWsd

func (o *NetworkConfigServiceAnnouncement) SetWsd(v bool)

SetWsd sets Wsd field to given value.

HasWsd

func (o *NetworkConfigServiceAnnouncement) HasWsd() bool

HasWsd returns a boolean if a field has been set.

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