Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.61 KB

CpuMetrics.md

File metadata and controls

56 lines (31 loc) · 1.61 KB

CpuMetrics

Properties

Name Type Description Notes
CpuMetrics Pointer to MetricsProperties [optional]

Methods

NewCpuMetrics

func NewCpuMetrics() *CpuMetrics

NewCpuMetrics instantiates a new CpuMetrics 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

NewCpuMetricsWithDefaults

func NewCpuMetricsWithDefaults() *CpuMetrics

NewCpuMetricsWithDefaults instantiates a new CpuMetrics 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

GetCpuMetrics

func (o *CpuMetrics) GetCpuMetrics() MetricsProperties

GetCpuMetrics returns the CpuMetrics field if non-nil, zero value otherwise.

GetCpuMetricsOk

func (o *CpuMetrics) GetCpuMetricsOk() (*MetricsProperties, bool)

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

SetCpuMetrics

func (o *CpuMetrics) SetCpuMetrics(v MetricsProperties)

SetCpuMetrics sets CpuMetrics field to given value.

HasCpuMetrics

func (o *CpuMetrics) HasCpuMetrics() bool

HasCpuMetrics returns a boolean if a field has been set.

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