| Name | Type | Description | Notes |
|---|---|---|---|
| Monitor | Monitor | ||
| Function | MonitorFunction | ||
| Errors | Pointer to []MonitorError | [optional] | |
| Metrics | MonitorMetrics | ||
| TopologyMatchResult | Pointer to TopologyMatchResult | [optional] |
func NewMonitorStatus(monitor Monitor, function MonitorFunction, metrics MonitorMetrics, ) *MonitorStatus
NewMonitorStatus instantiates a new MonitorStatus 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
func NewMonitorStatusWithDefaults() *MonitorStatus
NewMonitorStatusWithDefaults instantiates a new MonitorStatus 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
func (o *MonitorStatus) GetMonitor() Monitor
GetMonitor returns the Monitor field if non-nil, zero value otherwise.
func (o *MonitorStatus) GetMonitorOk() (*Monitor, bool)
GetMonitorOk returns a tuple with the Monitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorStatus) SetMonitor(v Monitor)
SetMonitor sets Monitor field to given value.
func (o *MonitorStatus) GetFunction() MonitorFunction
GetFunction returns the Function field if non-nil, zero value otherwise.
func (o *MonitorStatus) GetFunctionOk() (*MonitorFunction, bool)
GetFunctionOk returns a tuple with the Function field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorStatus) SetFunction(v MonitorFunction)
SetFunction sets Function field to given value.
func (o *MonitorStatus) GetErrors() []MonitorError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *MonitorStatus) GetErrorsOk() (*[]MonitorError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorStatus) SetErrors(v []MonitorError)
SetErrors sets Errors field to given value.
func (o *MonitorStatus) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *MonitorStatus) GetMetrics() MonitorMetrics
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *MonitorStatus) GetMetricsOk() (*MonitorMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorStatus) SetMetrics(v MonitorMetrics)
SetMetrics sets Metrics field to given value.
func (o *MonitorStatus) GetTopologyMatchResult() TopologyMatchResult
GetTopologyMatchResult returns the TopologyMatchResult field if non-nil, zero value otherwise.
func (o *MonitorStatus) GetTopologyMatchResultOk() (*TopologyMatchResult, bool)
GetTopologyMatchResultOk returns a tuple with the TopologyMatchResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorStatus) SetTopologyMatchResult(v TopologyMatchResult)
SetTopologyMatchResult sets TopologyMatchResult field to given value.
func (o *MonitorStatus) HasTopologyMatchResult() bool
HasTopologyMatchResult returns a boolean if a field has been set.