Category¶
-
class
oci.logging.models.
Category
(**kwargs)¶ Bases:
object
Categories for resources.
Methods
__init__
(**kwargs)Initializes a new Category object with values from keyword arguments. Attributes
display_name
Gets the display_name of this Category. name
Gets the name of this Category. parameters
Gets the parameters of this Category. -
__init__
(**kwargs)¶ Initializes a new Category 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 Category.
- display_name (str) – The value to assign to the display_name property of this Category.
- parameters (list[oci.logging.models.Parameter]) – The value to assign to the parameters property of this Category.
-
display_name
¶ Gets the display_name of this Category. Category display name. Avoid entering confidential information.
Returns: The display_name of this Category. Return type: str
-
name
¶ Gets the name of this Category. Category name.
Returns: The name of this Category. Return type: str
-
parameters
¶ Gets the parameters of this Category. Parameters the category supports.
Returns: The parameters of this Category. Return type: list[oci.logging.models.Parameter]
-