ResourceProfileImpactedResourceSummary¶
-
class
oci.cloud_guard.models.
ResourceProfileImpactedResourceSummary
(**kwargs)¶ Bases:
object
Summary information on impacted resource in resource profile.
Methods
__init__
(**kwargs)Initializes a new ResourceProfileImpactedResourceSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ResourceProfileImpactedResourceSummary. id
[Required] Gets the id of this ResourceProfileImpactedResourceSummary. problem_id
Gets the problem_id of this ResourceProfileImpactedResourceSummary. region
[Required] Gets the region of this ResourceProfileImpactedResourceSummary. resource_id
[Required] Gets the resource_id of this ResourceProfileImpactedResourceSummary. resource_name
[Required] Gets the resource_name of this ResourceProfileImpactedResourceSummary. resource_profile_id
[Required] Gets the resource_profile_id of this ResourceProfileImpactedResourceSummary. resource_type
[Required] Gets the resource_type of this ResourceProfileImpactedResourceSummary. sighting_type
[Required] Gets the sighting_type of this ResourceProfileImpactedResourceSummary. sighting_type_display_name
[Required] Gets the sighting_type_display_name of this ResourceProfileImpactedResourceSummary. time_first_detected
Gets the time_first_detected of this ResourceProfileImpactedResourceSummary. time_first_occurred
Gets the time_first_occurred of this ResourceProfileImpactedResourceSummary. time_identified
[Required] Gets the time_identified of this ResourceProfileImpactedResourceSummary. time_last_detected
Gets the time_last_detected of this ResourceProfileImpactedResourceSummary. time_last_occurred
Gets the time_last_occurred of this ResourceProfileImpactedResourceSummary. -
__init__
(**kwargs)¶ Initializes a new ResourceProfileImpactedResourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ResourceProfileImpactedResourceSummary.
- resource_profile_id (str) – The value to assign to the resource_profile_id property of this ResourceProfileImpactedResourceSummary.
- problem_id (str) – The value to assign to the problem_id property of this ResourceProfileImpactedResourceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ResourceProfileImpactedResourceSummary.
- resource_id (str) – The value to assign to the resource_id property of this ResourceProfileImpactedResourceSummary.
- resource_name (str) – The value to assign to the resource_name property of this ResourceProfileImpactedResourceSummary.
- resource_type (str) – The value to assign to the resource_type property of this ResourceProfileImpactedResourceSummary.
- sighting_type (str) – The value to assign to the sighting_type property of this ResourceProfileImpactedResourceSummary.
- sighting_type_display_name (str) – The value to assign to the sighting_type_display_name property of this ResourceProfileImpactedResourceSummary.
- region (str) – The value to assign to the region property of this ResourceProfileImpactedResourceSummary.
- time_identified (datetime) – The value to assign to the time_identified property of this ResourceProfileImpactedResourceSummary.
- time_first_detected (datetime) – The value to assign to the time_first_detected property of this ResourceProfileImpactedResourceSummary.
- time_last_detected (datetime) – The value to assign to the time_last_detected property of this ResourceProfileImpactedResourceSummary.
- time_first_occurred (datetime) – The value to assign to the time_first_occurred property of this ResourceProfileImpactedResourceSummary.
- time_last_occurred (datetime) – The value to assign to the time_last_occurred property of this ResourceProfileImpactedResourceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this ResourceProfileImpactedResourceSummary. Compartment ID for impacted resource
Returns: The compartment_id of this ResourceProfileImpactedResourceSummary. Return type: str
-
id
¶ [Required] Gets the id of this ResourceProfileImpactedResourceSummary. Unique identifier for impacted resource
Returns: The id of this ResourceProfileImpactedResourceSummary. Return type: str
-
problem_id
¶ Gets the problem_id of this ResourceProfileImpactedResourceSummary. Problem ID associated with the impacted resource
Returns: The problem_id of this ResourceProfileImpactedResourceSummary. Return type: str
-
region
¶ [Required] Gets the region of this ResourceProfileImpactedResourceSummary. Region for impacted resource
Returns: The region of this ResourceProfileImpactedResourceSummary. Return type: str
-
resource_id
¶ [Required] Gets the resource_id of this ResourceProfileImpactedResourceSummary. Impacted resource ID
Returns: The resource_id of this ResourceProfileImpactedResourceSummary. Return type: str
-
resource_name
¶ [Required] Gets the resource_name of this ResourceProfileImpactedResourceSummary. Impacted resource name
Returns: The resource_name of this ResourceProfileImpactedResourceSummary. Return type: str
-
resource_profile_id
¶ [Required] Gets the resource_profile_id of this ResourceProfileImpactedResourceSummary. Resource profile ID associated with the impacted resource
Returns: The resource_profile_id of this ResourceProfileImpactedResourceSummary. Return type: str
-
resource_type
¶ [Required] Gets the resource_type of this ResourceProfileImpactedResourceSummary. Impacted resource type
Returns: The resource_type of this ResourceProfileImpactedResourceSummary. Return type: str
-
sighting_type
¶ [Required] Gets the sighting_type of this ResourceProfileImpactedResourceSummary. Sighting type for impacted resource
Returns: The sighting_type of this ResourceProfileImpactedResourceSummary. Return type: str
-
sighting_type_display_name
¶ [Required] Gets the sighting_type_display_name of this ResourceProfileImpactedResourceSummary. Display name of the sighting type
Returns: The sighting_type_display_name of this ResourceProfileImpactedResourceSummary. Return type: str
-
time_first_detected
¶ Gets the time_first_detected of this ResourceProfileImpactedResourceSummary. Time the activities were first detected.
Returns: The time_first_detected of this ResourceProfileImpactedResourceSummary. Return type: datetime
-
time_first_occurred
¶ Gets the time_first_occurred of this ResourceProfileImpactedResourceSummary. Time the activities were first performed.
Returns: The time_first_occurred of this ResourceProfileImpactedResourceSummary. Return type: datetime
-
time_identified
¶ [Required] Gets the time_identified of this ResourceProfileImpactedResourceSummary. Time when the impacted resource is identified for the resource profile.
Returns: The time_identified of this ResourceProfileImpactedResourceSummary. Return type: datetime
-
time_last_detected
¶ Gets the time_last_detected of this ResourceProfileImpactedResourceSummary. Time the activities were last detected. Same as timeIdentified.
Returns: The time_last_detected of this ResourceProfileImpactedResourceSummary. Return type: datetime
-
time_last_occurred
¶ Gets the time_last_occurred of this ResourceProfileImpactedResourceSummary. Time the activities were last performed.
Returns: The time_last_occurred of this ResourceProfileImpactedResourceSummary. Return type: datetime
-