NamespaceSummary¶
-
class
oci.oci_control_center.models.
NamespaceSummary
(**kwargs)¶ Bases:
object
A summary of the source service or application emitting the metric.
Methods
__init__
(**kwargs)Initializes a new NamespaceSummary object with values from keyword arguments. Attributes
namespace_name
[Required] Gets the namespace_name of this NamespaceSummary. -
__init__
(**kwargs)¶ Initializes a new NamespaceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: namespace_name (str) – The value to assign to the namespace_name property of this NamespaceSummary.
-
namespace_name
¶ [Required] Gets the namespace_name of this NamespaceSummary. The name of the source service emitting the metric.
Returns: The namespace_name of this NamespaceSummary. Return type: str
-