Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.54 KB

SystemInsightsAzureInstanceTags.md

File metadata and controls

160 lines (87 loc) · 4.54 KB

SystemInsightsAzureInstanceTags

Properties

Name Type Description Notes
CollectionTime Pointer to string [optional]
Key Pointer to string [optional]
SystemId Pointer to string [optional]
Value Pointer to string [optional]
VmId Pointer to string [optional]

Methods

NewSystemInsightsAzureInstanceTags

func NewSystemInsightsAzureInstanceTags() *SystemInsightsAzureInstanceTags

NewSystemInsightsAzureInstanceTags instantiates a new SystemInsightsAzureInstanceTags 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

NewSystemInsightsAzureInstanceTagsWithDefaults

func NewSystemInsightsAzureInstanceTagsWithDefaults() *SystemInsightsAzureInstanceTags

NewSystemInsightsAzureInstanceTagsWithDefaults instantiates a new SystemInsightsAzureInstanceTags 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 *SystemInsightsAzureInstanceTags) GetCollectionTime() string

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

GetCollectionTimeOk

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

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsAzureInstanceTags) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetKey

func (o *SystemInsightsAzureInstanceTags) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *SystemInsightsAzureInstanceTags) GetKeyOk() (*string, bool)

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

SetKey

func (o *SystemInsightsAzureInstanceTags) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *SystemInsightsAzureInstanceTags) HasKey() bool

HasKey returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsAzureInstanceTags) GetSystemId() string

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

GetSystemIdOk

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

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsAzureInstanceTags) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetValue

func (o *SystemInsightsAzureInstanceTags) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *SystemInsightsAzureInstanceTags) GetValueOk() (*string, bool)

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

SetValue

func (o *SystemInsightsAzureInstanceTags) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *SystemInsightsAzureInstanceTags) HasValue() bool

HasValue returns a boolean if a field has been set.

GetVmId

func (o *SystemInsightsAzureInstanceTags) GetVmId() string

GetVmId returns the VmId field if non-nil, zero value otherwise.

GetVmIdOk

func (o *SystemInsightsAzureInstanceTags) GetVmIdOk() (*string, bool)

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

SetVmId

func (o *SystemInsightsAzureInstanceTags) SetVmId(v string)

SetVmId sets VmId field to given value.

HasVmId

func (o *SystemInsightsAzureInstanceTags) HasVmId() bool

HasVmId returns a boolean if a field has been set.

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