OperationalMetricsRecordInput¶
-
class
oci.logging.models.
OperationalMetricsRecordInput
(**kwargs)¶ Bases:
object
Record section of OperationalMetricsSource object.
Methods
__init__
(**kwargs)Initializes a new OperationalMetricsRecordInput object with values from keyword arguments. Attributes
namespace
[Required] Gets the namespace of this OperationalMetricsRecordInput. resource_group
Gets the resource_group of this OperationalMetricsRecordInput. -
__init__
(**kwargs)¶ Initializes a new OperationalMetricsRecordInput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this OperationalMetricsRecordInput.
- resource_group (str) – The value to assign to the resource_group property of this OperationalMetricsRecordInput.
-
namespace
¶ [Required] Gets the namespace of this OperationalMetricsRecordInput. Namespace to emit the operational metrics.
Returns: The namespace of this OperationalMetricsRecordInput. Return type: str
-
resource_group
¶ Gets the resource_group of this OperationalMetricsRecordInput. Resource group to emit the operational metrics.
Returns: The resource_group of this OperationalMetricsRecordInput. Return type: str
-