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.
is_subscriptions_supported Gets the is_subscriptions_supported 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_category_list Gets the service_category_list of this IncidentResourceType.
services Gets the services 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.
  • is_subscriptions_supported (bool) – The value to assign to the is_subscriptions_supported 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.
  • services (list[oci.cims.models.Services]) – The value to assign to the services 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
is_subscriptions_supported

Gets the is_subscriptions_supported of this IncidentResourceType. Indicates whether multi-subscription is supported

Returns:The is_subscriptions_supported of this IncidentResourceType.
Return type:bool
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_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]
services

Gets the services of this IncidentResourceType. The service categories list for MOS Taxonomy.

Returns:The services of this IncidentResourceType.
Return type:list[oci.cims.models.Services]