Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.17 KB

SystemInsightsSharedResources.md

File metadata and controls

290 lines (157 loc) · 8.17 KB

SystemInsightsSharedResources

Properties

Name Type Description Notes
AllowMaximum Pointer to int32 [optional]
CollectionTime Pointer to string [optional]
Description Pointer to string [optional]
InstallDate Pointer to string [optional]
MaximumAllowed Pointer to int32 [optional]
Name Pointer to string [optional]
Path Pointer to string [optional]
Status Pointer to string [optional]
SystemId Pointer to string [optional]
Type Pointer to int32 [optional]

Methods

NewSystemInsightsSharedResources

func NewSystemInsightsSharedResources() *SystemInsightsSharedResources

NewSystemInsightsSharedResources instantiates a new SystemInsightsSharedResources 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

NewSystemInsightsSharedResourcesWithDefaults

func NewSystemInsightsSharedResourcesWithDefaults() *SystemInsightsSharedResources

NewSystemInsightsSharedResourcesWithDefaults instantiates a new SystemInsightsSharedResources 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

GetAllowMaximum

func (o *SystemInsightsSharedResources) GetAllowMaximum() int32

GetAllowMaximum returns the AllowMaximum field if non-nil, zero value otherwise.

GetAllowMaximumOk

func (o *SystemInsightsSharedResources) GetAllowMaximumOk() (*int32, bool)

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

SetAllowMaximum

func (o *SystemInsightsSharedResources) SetAllowMaximum(v int32)

SetAllowMaximum sets AllowMaximum field to given value.

HasAllowMaximum

func (o *SystemInsightsSharedResources) HasAllowMaximum() bool

HasAllowMaximum returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsSharedResources) GetCollectionTime() string

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

GetCollectionTimeOk

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

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsSharedResources) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetDescription

func (o *SystemInsightsSharedResources) GetDescription() string

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

GetDescriptionOk

func (o *SystemInsightsSharedResources) 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 *SystemInsightsSharedResources) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SystemInsightsSharedResources) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetInstallDate

func (o *SystemInsightsSharedResources) GetInstallDate() string

GetInstallDate returns the InstallDate field if non-nil, zero value otherwise.

GetInstallDateOk

func (o *SystemInsightsSharedResources) GetInstallDateOk() (*string, bool)

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

SetInstallDate

func (o *SystemInsightsSharedResources) SetInstallDate(v string)

SetInstallDate sets InstallDate field to given value.

HasInstallDate

func (o *SystemInsightsSharedResources) HasInstallDate() bool

HasInstallDate returns a boolean if a field has been set.

GetMaximumAllowed

func (o *SystemInsightsSharedResources) GetMaximumAllowed() int32

GetMaximumAllowed returns the MaximumAllowed field if non-nil, zero value otherwise.

GetMaximumAllowedOk

func (o *SystemInsightsSharedResources) GetMaximumAllowedOk() (*int32, bool)

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

SetMaximumAllowed

func (o *SystemInsightsSharedResources) SetMaximumAllowed(v int32)

SetMaximumAllowed sets MaximumAllowed field to given value.

HasMaximumAllowed

func (o *SystemInsightsSharedResources) HasMaximumAllowed() bool

HasMaximumAllowed returns a boolean if a field has been set.

GetName

func (o *SystemInsightsSharedResources) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *SystemInsightsSharedResources) HasName() bool

HasName returns a boolean if a field has been set.

GetPath

func (o *SystemInsightsSharedResources) GetPath() string

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

GetPathOk

func (o *SystemInsightsSharedResources) 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 *SystemInsightsSharedResources) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *SystemInsightsSharedResources) HasPath() bool

HasPath returns a boolean if a field has been set.

GetStatus

func (o *SystemInsightsSharedResources) GetStatus() string

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

GetStatusOk

func (o *SystemInsightsSharedResources) 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 *SystemInsightsSharedResources) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *SystemInsightsSharedResources) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsSharedResources) GetSystemId() string

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

GetSystemIdOk

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

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsSharedResources) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetType

func (o *SystemInsightsSharedResources) GetType() int32

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

GetTypeOk

func (o *SystemInsightsSharedResources) GetTypeOk() (*int32, 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 *SystemInsightsSharedResources) SetType(v int32)

SetType sets Type field to given value.

HasType

func (o *SystemInsightsSharedResources) HasType() bool

HasType returns a boolean if a field has been set.

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