Skip to content

TopologyBriefDevice

Properties

Name Type Description Notes
HealthScore Pointer to int32 Device healthScore. [optional]
Ippt Pointer to bool Odu device in ippt mode or not. [optional]
Mac Pointer to string Device mac. [optional]
Model Pointer to string Device model. [optional]
ModelVersion Pointer to string Device modelVersion. [optional]
Name Pointer to string Device name. [optional]
Type Pointer to string Device type. [optional]

Methods

NewTopologyBriefDevice

func NewTopologyBriefDevice() *TopologyBriefDevice

NewTopologyBriefDevice instantiates a new TopologyBriefDevice 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

NewTopologyBriefDeviceWithDefaults

func NewTopologyBriefDeviceWithDefaults() *TopologyBriefDevice

NewTopologyBriefDeviceWithDefaults instantiates a new TopologyBriefDevice 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

GetHealthScore

func (o *TopologyBriefDevice) GetHealthScore() int32

GetHealthScore returns the HealthScore field if non-nil, zero value otherwise.

GetHealthScoreOk

func (o *TopologyBriefDevice) GetHealthScoreOk() (*int32, bool)

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

SetHealthScore

func (o *TopologyBriefDevice) SetHealthScore(v int32)

SetHealthScore sets HealthScore field to given value.

HasHealthScore

func (o *TopologyBriefDevice) HasHealthScore() bool

HasHealthScore returns a boolean if a field has been set.

GetIppt

func (o *TopologyBriefDevice) GetIppt() bool

GetIppt returns the Ippt field if non-nil, zero value otherwise.

GetIpptOk

func (o *TopologyBriefDevice) GetIpptOk() (*bool, bool)

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

SetIppt

func (o *TopologyBriefDevice) SetIppt(v bool)

SetIppt sets Ippt field to given value.

HasIppt

func (o *TopologyBriefDevice) HasIppt() bool

HasIppt returns a boolean if a field has been set.

GetMac

func (o *TopologyBriefDevice) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *TopologyBriefDevice) GetMacOk() (*string, bool)

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

SetMac

func (o *TopologyBriefDevice) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *TopologyBriefDevice) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *TopologyBriefDevice) GetModel() string

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

GetModelOk

func (o *TopologyBriefDevice) 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 *TopologyBriefDevice) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *TopologyBriefDevice) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *TopologyBriefDevice) GetModelVersion() string

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

GetModelVersionOk

func (o *TopologyBriefDevice) 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 *TopologyBriefDevice) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *TopologyBriefDevice) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetName

func (o *TopologyBriefDevice) GetName() string

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

GetNameOk

func (o *TopologyBriefDevice) 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 *TopologyBriefDevice) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TopologyBriefDevice) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *TopologyBriefDevice) GetType() string

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

GetTypeOk

func (o *TopologyBriefDevice) 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 *TopologyBriefDevice) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *TopologyBriefDevice) HasType() bool

HasType returns a boolean if a field has been set.

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