SightingEndpointSummary¶
-
class
oci.cloud_guard.models.
SightingEndpointSummary
(**kwargs)¶ Bases:
object
A summary of sighting endpoints.
Methods
__init__
(**kwargs)Initializes a new SightingEndpointSummary object with values from keyword arguments. Attributes
asn_number
Gets the asn_number of this SightingEndpointSummary. country
Gets the country of this SightingEndpointSummary. id
[Required] Gets the id of this SightingEndpointSummary. ip_address
[Required] Gets the ip_address of this SightingEndpointSummary. ip_address_type
[Required] Gets the ip_address_type of this SightingEndpointSummary. ip_classification_type
Gets the ip_classification_type of this SightingEndpointSummary. latitude
Gets the latitude of this SightingEndpointSummary. longitude
Gets the longitude of this SightingEndpointSummary. problem_id
Gets the problem_id of this SightingEndpointSummary. regions
Gets the regions of this SightingEndpointSummary. services
Gets the services of this SightingEndpointSummary. sighting_id
[Required] Gets the sighting_id of this SightingEndpointSummary. time_first_detected
Gets the time_first_detected of this SightingEndpointSummary. time_first_occurred
Gets the time_first_occurred of this SightingEndpointSummary. time_last_detected
[Required] Gets the time_last_detected of this SightingEndpointSummary. time_last_occurred
Gets the time_last_occurred of this SightingEndpointSummary. -
__init__
(**kwargs)¶ Initializes a new SightingEndpointSummary 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 SightingEndpointSummary.
- sighting_id (str) – The value to assign to the sighting_id property of this SightingEndpointSummary.
- problem_id (str) – The value to assign to the problem_id property of this SightingEndpointSummary.
- ip_address (str) – The value to assign to the ip_address property of this SightingEndpointSummary.
- ip_address_type (str) – The value to assign to the ip_address_type property of this SightingEndpointSummary.
- ip_classification_type (str) – The value to assign to the ip_classification_type property of this SightingEndpointSummary.
- country (str) – The value to assign to the country property of this SightingEndpointSummary.
- latitude (float) – The value to assign to the latitude property of this SightingEndpointSummary.
- longitude (float) – The value to assign to the longitude property of this SightingEndpointSummary.
- asn_number (str) – The value to assign to the asn_number property of this SightingEndpointSummary.
- regions (list[str]) – The value to assign to the regions property of this SightingEndpointSummary.
- services (list[str]) – The value to assign to the services property of this SightingEndpointSummary.
- time_first_detected (datetime) – The value to assign to the time_first_detected property of this SightingEndpointSummary.
- time_last_detected (datetime) – The value to assign to the time_last_detected property of this SightingEndpointSummary.
- time_first_occurred (datetime) – The value to assign to the time_first_occurred property of this SightingEndpointSummary.
- time_last_occurred (datetime) – The value to assign to the time_last_occurred property of this SightingEndpointSummary.
-
asn_number
¶ Gets the asn_number of this SightingEndpointSummary. ASN number of sighting
Returns: The asn_number of this SightingEndpointSummary. Return type: str
-
country
¶ Gets the country of this SightingEndpointSummary. Country involved in sighting
Returns: The country of this SightingEndpointSummary. Return type: str
-
id
¶ [Required] Gets the id of this SightingEndpointSummary. Unique identifier for sighting endpoints
Returns: The id of this SightingEndpointSummary. Return type: str
-
ip_address
¶ [Required] Gets the ip_address of this SightingEndpointSummary. IP address involved in sighting
Returns: The ip_address of this SightingEndpointSummary. Return type: str
-
ip_address_type
¶ [Required] Gets the ip_address_type of this SightingEndpointSummary. Type of IP address involved in sighting
Returns: The ip_address_type of this SightingEndpointSummary. Return type: str
-
ip_classification_type
¶ Gets the ip_classification_type of this SightingEndpointSummary. IP address classification type
Returns: The ip_classification_type of this SightingEndpointSummary. Return type: str
-
latitude
¶ Gets the latitude of this SightingEndpointSummary. Latitude of sighting
Returns: The latitude of this SightingEndpointSummary. Return type: float
-
longitude
¶ Gets the longitude of this SightingEndpointSummary. Longitude of sighting
Returns: The longitude of this SightingEndpointSummary. Return type: float
-
problem_id
¶ Gets the problem_id of this SightingEndpointSummary. Problem ID for sighting endpoints
Returns: The problem_id of this SightingEndpointSummary. Return type: str
-
regions
¶ Gets the regions of this SightingEndpointSummary. List of regions where activities were performed from this IP address
Returns: The regions of this SightingEndpointSummary. Return type: list[str]
-
services
¶ Gets the services of this SightingEndpointSummary. List of services where activities were performed from this IP address
Returns: The services of this SightingEndpointSummary. Return type: list[str]
-
sighting_id
¶ [Required] Gets the sighting_id of this SightingEndpointSummary. Sighting ID for sighting endpoints
Returns: The sighting_id of this SightingEndpointSummary. Return type: str
-
time_first_detected
¶ Gets the time_first_detected of this SightingEndpointSummary. Time the activities were first detected.
Returns: The time_first_detected of this SightingEndpointSummary. Return type: datetime
-
time_first_occurred
¶ Gets the time_first_occurred of this SightingEndpointSummary. Time the activities were first performed.
Returns: The time_first_occurred of this SightingEndpointSummary. Return type: datetime
-
time_last_detected
¶ [Required] Gets the time_last_detected of this SightingEndpointSummary. Time the activities were last detected.
Returns: The time_last_detected of this SightingEndpointSummary. Return type: datetime
-
time_last_occurred
¶ Gets the time_last_occurred of this SightingEndpointSummary. Time the activities were last performed.
Returns: The time_last_occurred of this SightingEndpointSummary. Return type: datetime
-