Skip to content

Latest commit

 

History

History
420 lines (227 loc) · 11.6 KB

SystemInsightsChassisInfo.md

File metadata and controls

420 lines (227 loc) · 11.6 KB

SystemInsightsChassisInfo

Properties

Name Type Description Notes
AudibleAlarm Pointer to string [optional]
BreachDescription Pointer to string [optional]
ChassisTypes Pointer to string [optional]
CollectionTime Pointer to string [optional]
Description Pointer to string [optional]
Lock Pointer to string [optional]
Manufacturer Pointer to string [optional]
Model Pointer to string [optional]
SecurityBreach Pointer to string [optional]
Serial Pointer to string [optional]
Sku Pointer to string [optional]
SmbiosTag Pointer to string [optional]
Status Pointer to string [optional]
SystemId Pointer to string [optional]
VisibleAlarm Pointer to string [optional]

Methods

NewSystemInsightsChassisInfo

func NewSystemInsightsChassisInfo() *SystemInsightsChassisInfo

NewSystemInsightsChassisInfo instantiates a new SystemInsightsChassisInfo 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

NewSystemInsightsChassisInfoWithDefaults

func NewSystemInsightsChassisInfoWithDefaults() *SystemInsightsChassisInfo

NewSystemInsightsChassisInfoWithDefaults instantiates a new SystemInsightsChassisInfo 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

GetAudibleAlarm

func (o *SystemInsightsChassisInfo) GetAudibleAlarm() string

GetAudibleAlarm returns the AudibleAlarm field if non-nil, zero value otherwise.

GetAudibleAlarmOk

func (o *SystemInsightsChassisInfo) GetAudibleAlarmOk() (*string, bool)

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

SetAudibleAlarm

func (o *SystemInsightsChassisInfo) SetAudibleAlarm(v string)

SetAudibleAlarm sets AudibleAlarm field to given value.

HasAudibleAlarm

func (o *SystemInsightsChassisInfo) HasAudibleAlarm() bool

HasAudibleAlarm returns a boolean if a field has been set.

GetBreachDescription

func (o *SystemInsightsChassisInfo) GetBreachDescription() string

GetBreachDescription returns the BreachDescription field if non-nil, zero value otherwise.

GetBreachDescriptionOk

func (o *SystemInsightsChassisInfo) GetBreachDescriptionOk() (*string, bool)

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

SetBreachDescription

func (o *SystemInsightsChassisInfo) SetBreachDescription(v string)

SetBreachDescription sets BreachDescription field to given value.

HasBreachDescription

func (o *SystemInsightsChassisInfo) HasBreachDescription() bool

HasBreachDescription returns a boolean if a field has been set.

GetChassisTypes

func (o *SystemInsightsChassisInfo) GetChassisTypes() string

GetChassisTypes returns the ChassisTypes field if non-nil, zero value otherwise.

GetChassisTypesOk

func (o *SystemInsightsChassisInfo) GetChassisTypesOk() (*string, bool)

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

SetChassisTypes

func (o *SystemInsightsChassisInfo) SetChassisTypes(v string)

SetChassisTypes sets ChassisTypes field to given value.

HasChassisTypes

func (o *SystemInsightsChassisInfo) HasChassisTypes() bool

HasChassisTypes returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsChassisInfo) GetCollectionTime() string

GetCollectionTime returns the CollectionTime field if non-nil, zero value otherwise.

GetCollectionTimeOk

func (o *SystemInsightsChassisInfo) GetCollectionTimeOk() (*string, bool)

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

SetCollectionTime

func (o *SystemInsightsChassisInfo) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsChassisInfo) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetDescription

func (o *SystemInsightsChassisInfo) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SystemInsightsChassisInfo) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *SystemInsightsChassisInfo) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SystemInsightsChassisInfo) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetLock

func (o *SystemInsightsChassisInfo) GetLock() string

GetLock returns the Lock field if non-nil, zero value otherwise.

GetLockOk

func (o *SystemInsightsChassisInfo) GetLockOk() (*string, bool)

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

SetLock

func (o *SystemInsightsChassisInfo) SetLock(v string)

SetLock sets Lock field to given value.

HasLock

func (o *SystemInsightsChassisInfo) HasLock() bool

HasLock returns a boolean if a field has been set.

GetManufacturer

func (o *SystemInsightsChassisInfo) GetManufacturer() string

GetManufacturer returns the Manufacturer field if non-nil, zero value otherwise.

GetManufacturerOk

func (o *SystemInsightsChassisInfo) GetManufacturerOk() (*string, bool)

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

SetManufacturer

func (o *SystemInsightsChassisInfo) SetManufacturer(v string)

SetManufacturer sets Manufacturer field to given value.

HasManufacturer

func (o *SystemInsightsChassisInfo) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

GetModel

func (o *SystemInsightsChassisInfo) GetModel() string

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

GetModelOk

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

SetModel sets Model field to given value.

HasModel

func (o *SystemInsightsChassisInfo) HasModel() bool

HasModel returns a boolean if a field has been set.

GetSecurityBreach

func (o *SystemInsightsChassisInfo) GetSecurityBreach() string

GetSecurityBreach returns the SecurityBreach field if non-nil, zero value otherwise.

GetSecurityBreachOk

func (o *SystemInsightsChassisInfo) GetSecurityBreachOk() (*string, bool)

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

SetSecurityBreach

func (o *SystemInsightsChassisInfo) SetSecurityBreach(v string)

SetSecurityBreach sets SecurityBreach field to given value.

HasSecurityBreach

func (o *SystemInsightsChassisInfo) HasSecurityBreach() bool

HasSecurityBreach returns a boolean if a field has been set.

GetSerial

func (o *SystemInsightsChassisInfo) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *SystemInsightsChassisInfo) GetSerialOk() (*string, bool)

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

SetSerial

func (o *SystemInsightsChassisInfo) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *SystemInsightsChassisInfo) HasSerial() bool

HasSerial returns a boolean if a field has been set.

GetSku

func (o *SystemInsightsChassisInfo) GetSku() string

GetSku returns the Sku field if non-nil, zero value otherwise.

GetSkuOk

func (o *SystemInsightsChassisInfo) GetSkuOk() (*string, bool)

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

SetSku

func (o *SystemInsightsChassisInfo) SetSku(v string)

SetSku sets Sku field to given value.

HasSku

func (o *SystemInsightsChassisInfo) HasSku() bool

HasSku returns a boolean if a field has been set.

GetSmbiosTag

func (o *SystemInsightsChassisInfo) GetSmbiosTag() string

GetSmbiosTag returns the SmbiosTag field if non-nil, zero value otherwise.

GetSmbiosTagOk

func (o *SystemInsightsChassisInfo) GetSmbiosTagOk() (*string, bool)

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

SetSmbiosTag

func (o *SystemInsightsChassisInfo) SetSmbiosTag(v string)

SetSmbiosTag sets SmbiosTag field to given value.

HasSmbiosTag

func (o *SystemInsightsChassisInfo) HasSmbiosTag() bool

HasSmbiosTag returns a boolean if a field has been set.

GetStatus

func (o *SystemInsightsChassisInfo) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *SystemInsightsChassisInfo) GetStatusOk() (*string, bool)

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

SetStatus

func (o *SystemInsightsChassisInfo) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *SystemInsightsChassisInfo) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsChassisInfo) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsChassisInfo) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsChassisInfo) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsChassisInfo) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetVisibleAlarm

func (o *SystemInsightsChassisInfo) GetVisibleAlarm() string

GetVisibleAlarm returns the VisibleAlarm field if non-nil, zero value otherwise.

GetVisibleAlarmOk

func (o *SystemInsightsChassisInfo) GetVisibleAlarmOk() (*string, bool)

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

SetVisibleAlarm

func (o *SystemInsightsChassisInfo) SetVisibleAlarm(v string)

SetVisibleAlarm sets VisibleAlarm field to given value.

HasVisibleAlarm

func (o *SystemInsightsChassisInfo) HasVisibleAlarm() bool

HasVisibleAlarm returns a boolean if a field has been set.

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