Skip to content

SdWanLinksToHub

Properties

Name Type Description Notes
DeviceMac Pointer to string The device MAC of the sdWan member. [optional]
LinkedToHub Pointer to int32 If a member is a spoke, the link connection to the hub is identified. [optional]
Model Pointer to string The model of a SD-WAN candidate device. [optional]
ModelVersion Pointer to string The model version of a SD-WAN candidate device. [optional]
OnlineStatus Pointer to int32 The device online status of the sdWan member. [optional]
Type Pointer to string The device type of a SD-WAN candidate device. [optional]

Methods

NewSdWanLinksToHub

func NewSdWanLinksToHub() *SdWanLinksToHub

NewSdWanLinksToHub instantiates a new SdWanLinksToHub 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

NewSdWanLinksToHubWithDefaults

func NewSdWanLinksToHubWithDefaults() *SdWanLinksToHub

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

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

GetDeviceMacOk

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

SetDeviceMac sets DeviceMac field to given value.

HasDeviceMac

func (o *SdWanLinksToHub) HasDeviceMac() bool

HasDeviceMac returns a boolean if a field has been set.

GetLinkedToHub

func (o *SdWanLinksToHub) GetLinkedToHub() int32

GetLinkedToHub returns the LinkedToHub field if non-nil, zero value otherwise.

GetLinkedToHubOk

func (o *SdWanLinksToHub) GetLinkedToHubOk() (*int32, bool)

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

SetLinkedToHub

func (o *SdWanLinksToHub) SetLinkedToHub(v int32)

SetLinkedToHub sets LinkedToHub field to given value.

HasLinkedToHub

func (o *SdWanLinksToHub) HasLinkedToHub() bool

HasLinkedToHub returns a boolean if a field has been set.

GetModel

func (o *SdWanLinksToHub) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *SdWanLinksToHub) GetModelOk() (*string, bool)

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

SetModel

func (o *SdWanLinksToHub) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *SdWanLinksToHub) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *SdWanLinksToHub) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *SdWanLinksToHub) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *SdWanLinksToHub) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *SdWanLinksToHub) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetOnlineStatus

func (o *SdWanLinksToHub) GetOnlineStatus() int32

GetOnlineStatus returns the OnlineStatus field if non-nil, zero value otherwise.

GetOnlineStatusOk

func (o *SdWanLinksToHub) GetOnlineStatusOk() (*int32, bool)

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

SetOnlineStatus

func (o *SdWanLinksToHub) SetOnlineStatus(v int32)

SetOnlineStatus sets OnlineStatus field to given value.

HasOnlineStatus

func (o *SdWanLinksToHub) HasOnlineStatus() bool

HasOnlineStatus returns a boolean if a field has been set.

GetType

func (o *SdWanLinksToHub) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SdWanLinksToHub) GetTypeOk() (*string, bool)

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

SetType

func (o *SdWanLinksToHub) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SdWanLinksToHub) HasType() bool

HasType returns a boolean if a field has been set.

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