IncidentResourceType¶
-
class
oci.cims.models.
IncidentResourceType
(**kwargs)¶ Bases:
object
Details about the resource associated with the support request.
Methods
__init__
(**kwargs)Initializes a new IncidentResourceType object with values from keyword arguments. Attributes
description
Gets the description of this IncidentResourceType. label
[Required] Gets the label of this IncidentResourceType. name
Gets the name of this IncidentResourceType. resource_type_key
Gets the resource_type_key of this IncidentResourceType. service
Gets the service of this IncidentResourceType. service_categories
Gets the service_categories of this IncidentResourceType. service_category_list
Gets the service_category_list of this IncidentResourceType. -
__init__
(**kwargs)¶ Initializes a new IncidentResourceType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_type_key (str) – The value to assign to the resource_type_key property of this IncidentResourceType.
- name (str) – The value to assign to the name property of this IncidentResourceType.
- label (str) – The value to assign to the label property of this IncidentResourceType.
- description (str) – The value to assign to the description property of this IncidentResourceType.
- service_category_list (list[oci.cims.models.ServiceCategory]) – The value to assign to the service_category_list property of this IncidentResourceType.
- service (dict(str, str)) – The value to assign to the service property of this IncidentResourceType.
- service_categories (list[oci.cims.models.ServiceCategories]) – The value to assign to the service_categories property of this IncidentResourceType.
-
description
¶ Gets the description of this IncidentResourceType. The description of the resource.
Returns: The description of this IncidentResourceType. Return type: str
-
label
¶ [Required] Gets the label of this IncidentResourceType. The label associated with the resource.
Returns: The label of this IncidentResourceType. Return type: str
-
name
¶ Gets the name of this IncidentResourceType. The display name of the resource.
Returns: The name of this IncidentResourceType. Return type: str
-
resource_type_key
¶ Gets the resource_type_key of this IncidentResourceType. A unique identifier for the resource.
Returns: The resource_type_key of this IncidentResourceType. Return type: str
-
service
¶ Gets the service of this IncidentResourceType. The map of services for MOS Taxonomy.
Returns: The service of this IncidentResourceType. Return type: dict(str, str)
-
service_categories
¶ Gets the service_categories of this IncidentResourceType. The service categories list for MOS Taxonomy.
Returns: The service_categories of this IncidentResourceType. Return type: list[oci.cims.models.ServiceCategories]
-
service_category_list
¶ Gets the service_category_list of this IncidentResourceType. The service category list.
Returns: The service_category_list of this IncidentResourceType. Return type: list[oci.cims.models.ServiceCategory]
-