SdWanMemberBriefInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceMac | Pointer to string | The device MAC of the sdWan member. | [optional] |
| DeviceName | Pointer to string | The device name of the sdWan member. | [optional] |
| SiteId | Pointer to string | The ID of the site where the sdWan member is located. | [optional] |
| SiteName | Pointer to string | The name of the site where the sdWan member is located. | [optional] |
Methods
NewSdWanMemberBriefInfo
func NewSdWanMemberBriefInfo() *SdWanMemberBriefInfo
NewSdWanMemberBriefInfo instantiates a new SdWanMemberBriefInfo 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
NewSdWanMemberBriefInfoWithDefaults
func NewSdWanMemberBriefInfoWithDefaults() *SdWanMemberBriefInfo
NewSdWanMemberBriefInfoWithDefaults instantiates a new SdWanMemberBriefInfo 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
GetDeviceMac
func (o *SdWanMemberBriefInfo) GetDeviceMac() string
GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.
GetDeviceMacOk
func (o *SdWanMemberBriefInfo) GetDeviceMacOk() (*string, bool)
GetDeviceMacOk returns a tuple with the DeviceMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceMac
func (o *SdWanMemberBriefInfo) SetDeviceMac(v string)
SetDeviceMac sets DeviceMac field to given value.
HasDeviceMac
func (o *SdWanMemberBriefInfo) HasDeviceMac() bool
HasDeviceMac returns a boolean if a field has been set.
GetDeviceName
func (o *SdWanMemberBriefInfo) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *SdWanMemberBriefInfo) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceName
func (o *SdWanMemberBriefInfo) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *SdWanMemberBriefInfo) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetSiteId
func (o *SdWanMemberBriefInfo) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
GetSiteIdOk
func (o *SdWanMemberBriefInfo) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteId
func (o *SdWanMemberBriefInfo) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
HasSiteId
func (o *SdWanMemberBriefInfo) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.
GetSiteName
func (o *SdWanMemberBriefInfo) GetSiteName() string
GetSiteName returns the SiteName field if non-nil, zero value otherwise.
GetSiteNameOk
func (o *SdWanMemberBriefInfo) GetSiteNameOk() (*string, bool)
GetSiteNameOk returns a tuple with the SiteName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteName
func (o *SdWanMemberBriefInfo) SetSiteName(v string)
SetSiteName sets SiteName field to given value.
HasSiteName
func (o *SdWanMemberBriefInfo) HasSiteName() bool
HasSiteName returns a boolean if a field has been set.