ProblemEndpointSummary¶
-
class
oci.cloud_guard.models.
ProblemEndpointSummary
(**kwargs)¶ Bases:
object
Summary information for endpoints associated with a problem (Problem object).
Methods
__init__
(**kwargs)Initializes a new ProblemEndpointSummary object with values from keyword arguments. Attributes
asn_number
Gets the asn_number of this ProblemEndpointSummary. country
Gets the country of this ProblemEndpointSummary. id
[Required] Gets the id of this ProblemEndpointSummary. ip_address
[Required] Gets the ip_address of this ProblemEndpointSummary. ip_address_type
[Required] Gets the ip_address_type of this ProblemEndpointSummary. ip_classification_type
Gets the ip_classification_type of this ProblemEndpointSummary. latitude
Gets the latitude of this ProblemEndpointSummary. longitude
Gets the longitude of this ProblemEndpointSummary. problem_id
[Required] Gets the problem_id of this ProblemEndpointSummary. regions
Gets the regions of this ProblemEndpointSummary. services
Gets the services of this ProblemEndpointSummary. sighting_id
[Required] Gets the sighting_id of this ProblemEndpointSummary. sighting_type
[Required] Gets the sighting_type of this ProblemEndpointSummary. sighting_type_display_name
[Required] Gets the sighting_type_display_name of this ProblemEndpointSummary. time_last_detected
[Required] Gets the time_last_detected of this ProblemEndpointSummary. -
__init__
(**kwargs)¶ Initializes a new ProblemEndpointSummary 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 ProblemEndpointSummary.
- sighting_id (str) – The value to assign to the sighting_id property of this ProblemEndpointSummary.
- problem_id (str) – The value to assign to the problem_id property of this ProblemEndpointSummary.
- sighting_type (str) – The value to assign to the sighting_type property of this ProblemEndpointSummary.
- sighting_type_display_name (str) – The value to assign to the sighting_type_display_name property of this ProblemEndpointSummary.
- ip_address (str) – The value to assign to the ip_address property of this ProblemEndpointSummary.
- ip_address_type (str) – The value to assign to the ip_address_type property of this ProblemEndpointSummary.
- ip_classification_type (str) – The value to assign to the ip_classification_type property of this ProblemEndpointSummary.
- country (str) – The value to assign to the country property of this ProblemEndpointSummary.
- latitude (float) – The value to assign to the latitude property of this ProblemEndpointSummary.
- longitude (float) – The value to assign to the longitude property of this ProblemEndpointSummary.
- asn_number (str) – The value to assign to the asn_number property of this ProblemEndpointSummary.
- regions (list[str]) – The value to assign to the regions property of this ProblemEndpointSummary.
- services (list[str]) – The value to assign to the services property of this ProblemEndpointSummary.
- time_last_detected (datetime) – The value to assign to the time_last_detected property of this ProblemEndpointSummary.
-
asn_number
¶ Gets the asn_number of this ProblemEndpointSummary. ASN number of the endpoint
Returns: The asn_number of this ProblemEndpointSummary. Return type: str
-
country
¶ Gets the country of this ProblemEndpointSummary. Country of the endpoint
Returns: The country of this ProblemEndpointSummary. Return type: str
-
id
¶ [Required] Gets the id of this ProblemEndpointSummary. Unique identifier for problem endpoint.
Returns: The id of this ProblemEndpointSummary. Return type: str
-
ip_address
¶ [Required] Gets the ip_address of this ProblemEndpointSummary. IP address of the endpoint
Returns: The ip_address of this ProblemEndpointSummary. Return type: str
-
ip_address_type
¶ [Required] Gets the ip_address_type of this ProblemEndpointSummary. Type of IP address for the endpoint
Returns: The ip_address_type of this ProblemEndpointSummary. Return type: str
-
ip_classification_type
¶ Gets the ip_classification_type of this ProblemEndpointSummary. IP address classification type for the endpoint
Returns: The ip_classification_type of this ProblemEndpointSummary. Return type: str
-
latitude
¶ Gets the latitude of this ProblemEndpointSummary. Latitude of the endpoint
Returns: The latitude of this ProblemEndpointSummary. Return type: float
-
longitude
¶ Gets the longitude of this ProblemEndpointSummary. Longitude of the endpoint
Returns: The longitude of this ProblemEndpointSummary. Return type: float
-
problem_id
¶ [Required] Gets the problem_id of this ProblemEndpointSummary. Unique identifier for problem associated with the endpoint
Returns: The problem_id of this ProblemEndpointSummary. Return type: str
-
regions
¶ Gets the regions of this ProblemEndpointSummary. Regions where activities were performed from this IP address
Returns: The regions of this ProblemEndpointSummary. Return type: list[str]
-
services
¶ Gets the services of this ProblemEndpointSummary. List of services where activities were performed from this IP address
Returns: The services of this ProblemEndpointSummary. Return type: list[str]
-
sighting_id
¶ [Required] Gets the sighting_id of this ProblemEndpointSummary. Unique identifier for sighting associated with the endpoint
Returns: The sighting_id of this ProblemEndpointSummary. Return type: str
-
sighting_type
¶ [Required] Gets the sighting_type of this ProblemEndpointSummary. Unique identifier for the sighting type associated with the endpoint
Returns: The sighting_type of this ProblemEndpointSummary. Return type: str
-
sighting_type_display_name
¶ [Required] Gets the sighting_type_display_name of this ProblemEndpointSummary. Display name of the sighting type
Returns: The sighting_type_display_name of this ProblemEndpointSummary. Return type: str
-
time_last_detected
¶ [Required] Gets the time_last_detected of this ProblemEndpointSummary. Time when activities were last detected
Returns: The time_last_detected of this ProblemEndpointSummary. Return type: datetime
-