Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.56 KB

SystemInsightsSipConfig.md

File metadata and controls

160 lines (87 loc) · 4.56 KB

SystemInsightsSipConfig

Properties

Name Type Description Notes
CollectionTime Pointer to string [optional]
ConfigFlag Pointer to string [optional]
Enabled Pointer to int32 [optional]
EnabledNvram Pointer to int32 [optional]
SystemId Pointer to string [optional]

Methods

NewSystemInsightsSipConfig

func NewSystemInsightsSipConfig() *SystemInsightsSipConfig

NewSystemInsightsSipConfig instantiates a new SystemInsightsSipConfig 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

NewSystemInsightsSipConfigWithDefaults

func NewSystemInsightsSipConfigWithDefaults() *SystemInsightsSipConfig

NewSystemInsightsSipConfigWithDefaults instantiates a new SystemInsightsSipConfig 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

GetCollectionTime

func (o *SystemInsightsSipConfig) GetCollectionTime() string

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

GetCollectionTimeOk

func (o *SystemInsightsSipConfig) 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 *SystemInsightsSipConfig) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsSipConfig) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetConfigFlag

func (o *SystemInsightsSipConfig) GetConfigFlag() string

GetConfigFlag returns the ConfigFlag field if non-nil, zero value otherwise.

GetConfigFlagOk

func (o *SystemInsightsSipConfig) GetConfigFlagOk() (*string, bool)

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

SetConfigFlag

func (o *SystemInsightsSipConfig) SetConfigFlag(v string)

SetConfigFlag sets ConfigFlag field to given value.

HasConfigFlag

func (o *SystemInsightsSipConfig) HasConfigFlag() bool

HasConfigFlag returns a boolean if a field has been set.

GetEnabled

func (o *SystemInsightsSipConfig) GetEnabled() int32

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *SystemInsightsSipConfig) GetEnabledOk() (*int32, bool)

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

SetEnabled

func (o *SystemInsightsSipConfig) SetEnabled(v int32)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *SystemInsightsSipConfig) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetEnabledNvram

func (o *SystemInsightsSipConfig) GetEnabledNvram() int32

GetEnabledNvram returns the EnabledNvram field if non-nil, zero value otherwise.

GetEnabledNvramOk

func (o *SystemInsightsSipConfig) GetEnabledNvramOk() (*int32, bool)

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

SetEnabledNvram

func (o *SystemInsightsSipConfig) SetEnabledNvram(v int32)

SetEnabledNvram sets EnabledNvram field to given value.

HasEnabledNvram

func (o *SystemInsightsSipConfig) HasEnabledNvram() bool

HasEnabledNvram returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsSipConfig) GetSystemId() string

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

GetSystemIdOk

func (o *SystemInsightsSipConfig) 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 *SystemInsightsSipConfig) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsSipConfig) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

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