Skip to content

SdWanGroupBrief

Properties

Name Type Description Notes
DeviceNum Pointer to int32 The number of device in this SD-WAN group [optional]
HubDeviceType Pointer to string The type of the hub device of this SD-WAN group [optional]
HubModel Pointer to string The model of the hub device of this SD-WAN group [optional]
HubModelVersion Pointer to string The model version of the hub device of this SD-WAN group [optional]
Id Pointer to string The ID of the SD-WAN group [optional]
Name Pointer to string The name of the SD-WAN group [optional]

Methods

NewSdWanGroupBrief

func NewSdWanGroupBrief() *SdWanGroupBrief

NewSdWanGroupBrief instantiates a new SdWanGroupBrief 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

NewSdWanGroupBriefWithDefaults

func NewSdWanGroupBriefWithDefaults() *SdWanGroupBrief

NewSdWanGroupBriefWithDefaults instantiates a new SdWanGroupBrief 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

GetDeviceNum

func (o *SdWanGroupBrief) GetDeviceNum() int32

GetDeviceNum returns the DeviceNum field if non-nil, zero value otherwise.

GetDeviceNumOk

func (o *SdWanGroupBrief) GetDeviceNumOk() (*int32, bool)

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

SetDeviceNum

func (o *SdWanGroupBrief) SetDeviceNum(v int32)

SetDeviceNum sets DeviceNum field to given value.

HasDeviceNum

func (o *SdWanGroupBrief) HasDeviceNum() bool

HasDeviceNum returns a boolean if a field has been set.

GetHubDeviceType

func (o *SdWanGroupBrief) GetHubDeviceType() string

GetHubDeviceType returns the HubDeviceType field if non-nil, zero value otherwise.

GetHubDeviceTypeOk

func (o *SdWanGroupBrief) GetHubDeviceTypeOk() (*string, bool)

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

SetHubDeviceType

func (o *SdWanGroupBrief) SetHubDeviceType(v string)

SetHubDeviceType sets HubDeviceType field to given value.

HasHubDeviceType

func (o *SdWanGroupBrief) HasHubDeviceType() bool

HasHubDeviceType returns a boolean if a field has been set.

GetHubModel

func (o *SdWanGroupBrief) GetHubModel() string

GetHubModel returns the HubModel field if non-nil, zero value otherwise.

GetHubModelOk

func (o *SdWanGroupBrief) GetHubModelOk() (*string, bool)

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

SetHubModel

func (o *SdWanGroupBrief) SetHubModel(v string)

SetHubModel sets HubModel field to given value.

HasHubModel

func (o *SdWanGroupBrief) HasHubModel() bool

HasHubModel returns a boolean if a field has been set.

GetHubModelVersion

func (o *SdWanGroupBrief) GetHubModelVersion() string

GetHubModelVersion returns the HubModelVersion field if non-nil, zero value otherwise.

GetHubModelVersionOk

func (o *SdWanGroupBrief) GetHubModelVersionOk() (*string, bool)

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

SetHubModelVersion

func (o *SdWanGroupBrief) SetHubModelVersion(v string)

SetHubModelVersion sets HubModelVersion field to given value.

HasHubModelVersion

func (o *SdWanGroupBrief) HasHubModelVersion() bool

HasHubModelVersion returns a boolean if a field has been set.

GetId

func (o *SdWanGroupBrief) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SdWanGroupBrief) GetIdOk() (*string, bool)

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

SetId

func (o *SdWanGroupBrief) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SdWanGroupBrief) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *SdWanGroupBrief) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SdWanGroupBrief) GetNameOk() (*string, bool)

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

SetName

func (o *SdWanGroupBrief) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SdWanGroupBrief) HasName() bool

HasName returns a boolean if a field has been set.

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