IncidentSummary

class oci.cims.models.IncidentSummary(**kwargs)

Bases: object

Details about the support ticket.

Attributes

PROBLEM_TYPE_ACCOUNT A constant which can be used with the problem_type property of a IncidentSummary.
PROBLEM_TYPE_LEGACY_LIMIT A constant which can be used with the problem_type property of a IncidentSummary.
PROBLEM_TYPE_LIMIT A constant which can be used with the problem_type property of a IncidentSummary.
PROBLEM_TYPE_TAXONOMY A constant which can be used with the problem_type property of a IncidentSummary.
PROBLEM_TYPE_TECH A constant which can be used with the problem_type property of a IncidentSummary.
compartment_id Gets the compartment_id of this IncidentSummary.
contact_list Gets the contact_list of this IncidentSummary.
incident_type Gets the incident_type of this IncidentSummary.
is_write_permitted Gets the is_write_permitted of this IncidentSummary.
key [Required] Gets the key of this IncidentSummary.
primary_contact_party_id Gets the primary_contact_party_id of this IncidentSummary.
primary_contact_party_name Gets the primary_contact_party_name of this IncidentSummary.
problem_type [Required] Gets the problem_type of this IncidentSummary.
tenancy_information Gets the tenancy_information of this IncidentSummary.
ticket Gets the ticket of this IncidentSummary.
user_group_id Gets the user_group_id of this IncidentSummary.
user_group_name Gets the user_group_name of this IncidentSummary.
warn_message Gets the warn_message of this IncidentSummary.

Methods

__init__(**kwargs) Initializes a new IncidentSummary object with values from keyword arguments.
PROBLEM_TYPE_ACCOUNT = 'ACCOUNT'

A constant which can be used with the problem_type property of a IncidentSummary. This constant has a value of “ACCOUNT”

PROBLEM_TYPE_LEGACY_LIMIT = 'LEGACY_LIMIT'

A constant which can be used with the problem_type property of a IncidentSummary. This constant has a value of “LEGACY_LIMIT”

PROBLEM_TYPE_LIMIT = 'LIMIT'

A constant which can be used with the problem_type property of a IncidentSummary. This constant has a value of “LIMIT”

PROBLEM_TYPE_TAXONOMY = 'TAXONOMY'

A constant which can be used with the problem_type property of a IncidentSummary. This constant has a value of “TAXONOMY”

PROBLEM_TYPE_TECH = 'TECH'

A constant which can be used with the problem_type property of a IncidentSummary. This constant has a value of “TECH”

__init__(**kwargs)

Initializes a new IncidentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this IncidentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this IncidentSummary.
  • contact_list (oci.cims.models.ContactList) – The value to assign to the contact_list property of this IncidentSummary.
  • tenancy_information (oci.cims.models.TenancyInformation) – The value to assign to the tenancy_information property of this IncidentSummary.
  • ticket (oci.cims.models.Ticket) – The value to assign to the ticket property of this IncidentSummary.
  • incident_type (oci.cims.models.IncidentResourceType) – The value to assign to the incident_type property of this IncidentSummary.
  • user_group_id (str) – The value to assign to the user_group_id property of this IncidentSummary.
  • user_group_name (str) – The value to assign to the user_group_name property of this IncidentSummary.
  • primary_contact_party_id (str) – The value to assign to the primary_contact_party_id property of this IncidentSummary.
  • primary_contact_party_name (str) – The value to assign to the primary_contact_party_name property of this IncidentSummary.
  • is_write_permitted (bool) – The value to assign to the is_write_permitted property of this IncidentSummary.
  • warn_message (str) – The value to assign to the warn_message property of this IncidentSummary.
  • problem_type (str) – The value to assign to the problem_type property of this IncidentSummary. Allowed values for this property are: “LIMIT”, “LEGACY_LIMIT”, “TECH”, “ACCOUNT”, “TAXONOMY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
compartment_id

Gets the compartment_id of this IncidentSummary. The OCID of the tenancy.

Returns:The compartment_id of this IncidentSummary.
Return type:str
contact_list

Gets the contact_list of this IncidentSummary.

Returns:The contact_list of this IncidentSummary.
Return type:oci.cims.models.ContactList
incident_type

Gets the incident_type of this IncidentSummary.

Returns:The incident_type of this IncidentSummary.
Return type:oci.cims.models.IncidentResourceType
is_write_permitted

Gets the is_write_permitted of this IncidentSummary. Technical support type (TECH) only: Allows update of the support request in My Oracle Cloud Support portal, when the user has write permission to the support request’s user group.

Returns:The is_write_permitted of this IncidentSummary.
Return type:bool
key

[Required] Gets the key of this IncidentSummary. Unique identifier of the incident.

Returns:The key of this IncidentSummary.
Return type:str
primary_contact_party_id

Gets the primary_contact_party_id of this IncidentSummary. Technical support type (TECH) only: The identifier of the support request’s primary contact (primaryContactPartyName) in My Oracle Cloud Support portal.

Returns:The primary_contact_party_id of this IncidentSummary.
Return type:str
primary_contact_party_name

Gets the primary_contact_party_name of this IncidentSummary. Technical support type (TECH) only: The name of the support request’s primary contact in My Oracle Cloud Support portal.

Returns:The primary_contact_party_name of this IncidentSummary.
Return type:str
problem_type

[Required] Gets the problem_type of this IncidentSummary. The kind of support ticket (type of support request). For information about ACCOUNT support tickets, see Creating a Billing Support Request. For information about LIMIT support tickets, see Creating a Service Limit Increase Request. For information about TECH support tickets, see Creating a Technical Support Request.

Allowed values for this property are: “LIMIT”, “LEGACY_LIMIT”, “TECH”, “ACCOUNT”, “TAXONOMY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The problem_type of this IncidentSummary.
Return type:str
tenancy_information

Gets the tenancy_information of this IncidentSummary.

Returns:The tenancy_information of this IncidentSummary.
Return type:oci.cims.models.TenancyInformation
ticket

Gets the ticket of this IncidentSummary.

Returns:The ticket of this IncidentSummary.
Return type:oci.cims.models.Ticket
user_group_id

Gets the user_group_id of this IncidentSummary. Technical support type (TECH) only: The identifier of the support request’s user group in My Oracle Cloud Support portal.

Returns:The user_group_id of this IncidentSummary.
Return type:str
user_group_name

Gets the user_group_name of this IncidentSummary. Technical support type (TECH) only: Name of the support request’s user group in My Oracle Cloud Support portal.

Returns:The user_group_name of this IncidentSummary.
Return type:str
warn_message

Gets the warn_message of this IncidentSummary. Technical support type (TECH) only: Message indicating the user group (userGroupId) that was auto-selected for a new support request. This message appears when no user group was specified in the create request for a new technical support request.

Returns:The warn_message of this IncidentSummary.
Return type:str