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.
key [Required] Gets the key 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.

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.
  • 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
key

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

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

[Required] Gets the problem_type of this IncidentSummary. The kind of support ticket, such as a technical support request or a limit increase 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