MonitoredResourceProperty¶
- 
class oci.stack_monitoring.models.MonitoredResourceProperty(**kwargs)¶
- Bases: - object- Property of monitored resource. - Methods - __init__(**kwargs)- Initializes a new MonitoredResourceProperty object with values from keyword arguments. - Attributes - name- Gets the name of this MonitoredResourceProperty. - value- Gets the value of this MonitoredResourceProperty. - 
__init__(**kwargs)¶
- Initializes a new MonitoredResourceProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this MonitoredResourceProperty.
- value (str) – The value to assign to the value property of this MonitoredResourceProperty.
 
 - 
name¶
- Gets the name of this MonitoredResourceProperty. Property Name. - Returns: - The name of this MonitoredResourceProperty. - Return type: - str 
 - 
value¶
- Gets the value of this MonitoredResourceProperty. Property Value. - Returns: - The value of this MonitoredResourceProperty. - Return type: - str 
 
-