Skip to content

AutoSelectWanPortResult

Properties

Name Type Description Notes
DeviceMac Pointer to string The device MAC of the sdWan member. [optional]
RecommendWanId Pointer to string Recommend Wan ID. [optional]

Methods

NewAutoSelectWanPortResult

func NewAutoSelectWanPortResult() *AutoSelectWanPortResult

NewAutoSelectWanPortResult instantiates a new AutoSelectWanPortResult 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

NewAutoSelectWanPortResultWithDefaults

func NewAutoSelectWanPortResultWithDefaults() *AutoSelectWanPortResult

NewAutoSelectWanPortResultWithDefaults instantiates a new AutoSelectWanPortResult 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 *AutoSelectWanPortResult) GetDeviceMac() string

GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.

GetDeviceMacOk

func (o *AutoSelectWanPortResult) 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 *AutoSelectWanPortResult) SetDeviceMac(v string)

SetDeviceMac sets DeviceMac field to given value.

HasDeviceMac

func (o *AutoSelectWanPortResult) HasDeviceMac() bool

HasDeviceMac returns a boolean if a field has been set.

GetRecommendWanId

func (o *AutoSelectWanPortResult) GetRecommendWanId() string

GetRecommendWanId returns the RecommendWanId field if non-nil, zero value otherwise.

GetRecommendWanIdOk

func (o *AutoSelectWanPortResult) GetRecommendWanIdOk() (*string, bool)

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

SetRecommendWanId

func (o *AutoSelectWanPortResult) SetRecommendWanId(v string)

SetRecommendWanId sets RecommendWanId field to given value.

HasRecommendWanId

func (o *AutoSelectWanPortResult) HasRecommendWanId() bool

HasRecommendWanId returns a boolean if a field has been set.

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