Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.1 KB

SystemInsightsKernelInfo.md

File metadata and controls

186 lines (101 loc) · 5.1 KB

SystemInsightsKernelInfo

Properties

Name Type Description Notes
Arguments Pointer to string [optional]
CollectionTime Pointer to string [optional]
Device Pointer to string [optional]
Path Pointer to string [optional]
SystemId Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewSystemInsightsKernelInfo

func NewSystemInsightsKernelInfo() *SystemInsightsKernelInfo

NewSystemInsightsKernelInfo instantiates a new SystemInsightsKernelInfo 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

NewSystemInsightsKernelInfoWithDefaults

func NewSystemInsightsKernelInfoWithDefaults() *SystemInsightsKernelInfo

NewSystemInsightsKernelInfoWithDefaults instantiates a new SystemInsightsKernelInfo 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

GetArguments

func (o *SystemInsightsKernelInfo) GetArguments() string

GetArguments returns the Arguments field if non-nil, zero value otherwise.

GetArgumentsOk

func (o *SystemInsightsKernelInfo) GetArgumentsOk() (*string, bool)

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

SetArguments

func (o *SystemInsightsKernelInfo) SetArguments(v string)

SetArguments sets Arguments field to given value.

HasArguments

func (o *SystemInsightsKernelInfo) HasArguments() bool

HasArguments returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsKernelInfo) GetCollectionTime() string

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

GetCollectionTimeOk

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

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsKernelInfo) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetDevice

func (o *SystemInsightsKernelInfo) GetDevice() string

GetDevice returns the Device field if non-nil, zero value otherwise.

GetDeviceOk

func (o *SystemInsightsKernelInfo) GetDeviceOk() (*string, bool)

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

SetDevice

func (o *SystemInsightsKernelInfo) SetDevice(v string)

SetDevice sets Device field to given value.

HasDevice

func (o *SystemInsightsKernelInfo) HasDevice() bool

HasDevice returns a boolean if a field has been set.

GetPath

func (o *SystemInsightsKernelInfo) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *SystemInsightsKernelInfo) GetPathOk() (*string, bool)

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

SetPath

func (o *SystemInsightsKernelInfo) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *SystemInsightsKernelInfo) HasPath() bool

HasPath returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsKernelInfo) GetSystemId() string

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

GetSystemIdOk

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

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsKernelInfo) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetVersion

func (o *SystemInsightsKernelInfo) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *SystemInsightsKernelInfo) GetVersionOk() (*string, bool)

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

SetVersion

func (o *SystemInsightsKernelInfo) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *SystemInsightsKernelInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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