ServiceCategories¶
-
class
oci.cims.models.
ServiceCategories
(**kwargs)¶ Bases:
object
List of Service Categories of a Service for MOS Taxonomy.
Methods
__init__
(**kwargs)Initializes a new ServiceCategories object with values from keyword arguments. Attributes
schema
Gets the schema of this ServiceCategories. service
Gets the service of this ServiceCategories. sub_categories
Gets the sub_categories of this ServiceCategories. -
__init__
(**kwargs)¶ Initializes a new ServiceCategories object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service (dict(str, str)) – The value to assign to the service property of this ServiceCategories.
- schema (str) – The value to assign to the schema property of this ServiceCategories.
- sub_categories (list[oci.cims.models.SubCategories]) – The value to assign to the sub_categories property of this ServiceCategories.
-
schema
¶ Gets the schema of this ServiceCategories. Schema of a Service Category.
Returns: The schema of this ServiceCategories. Return type: str
-
service
¶ Gets the service of this ServiceCategories. Service Category list.
Returns: The service of this ServiceCategories. Return type: dict(str, str)
-
sub_categories
¶ Gets the sub_categories of this ServiceCategories. The service categories list for MOS Taxonomy.
Returns: The sub_categories of this ServiceCategories. Return type: list[oci.cims.models.SubCategories]
-