Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.6 KB

File metadata and controls

77 lines (42 loc) · 2.6 KB

MonitorMetrics

Properties

Name Type Description Notes
HealthSyncServiceMetrics Pointer to HealthStreamMetrics [optional]
RuntimeMetrics MonitorRuntimeMetrics

Methods

NewMonitorMetrics

func NewMonitorMetrics(runtimeMetrics MonitorRuntimeMetrics, ) *MonitorMetrics

NewMonitorMetrics instantiates a new MonitorMetrics 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

NewMonitorMetricsWithDefaults

func NewMonitorMetricsWithDefaults() *MonitorMetrics

NewMonitorMetricsWithDefaults instantiates a new MonitorMetrics 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

GetHealthSyncServiceMetrics

func (o *MonitorMetrics) GetHealthSyncServiceMetrics() HealthStreamMetrics

GetHealthSyncServiceMetrics returns the HealthSyncServiceMetrics field if non-nil, zero value otherwise.

GetHealthSyncServiceMetricsOk

func (o *MonitorMetrics) GetHealthSyncServiceMetricsOk() (*HealthStreamMetrics, bool)

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

SetHealthSyncServiceMetrics

func (o *MonitorMetrics) SetHealthSyncServiceMetrics(v HealthStreamMetrics)

SetHealthSyncServiceMetrics sets HealthSyncServiceMetrics field to given value.

HasHealthSyncServiceMetrics

func (o *MonitorMetrics) HasHealthSyncServiceMetrics() bool

HasHealthSyncServiceMetrics returns a boolean if a field has been set.

GetRuntimeMetrics

func (o *MonitorMetrics) GetRuntimeMetrics() MonitorRuntimeMetrics

GetRuntimeMetrics returns the RuntimeMetrics field if non-nil, zero value otherwise.

GetRuntimeMetricsOk

func (o *MonitorMetrics) GetRuntimeMetricsOk() (*MonitorRuntimeMetrics, bool)

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

SetRuntimeMetrics

func (o *MonitorMetrics) SetRuntimeMetrics(v MonitorRuntimeMetrics)

SetRuntimeMetrics sets RuntimeMetrics field to given value.

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