ResourceProfileEndpointSummary

class oci.cloud_guard.models.ResourceProfileEndpointSummary(**kwargs)

Bases: object

Summary information for resource profile endpoints.

Methods

__init__(**kwargs) Initializes a new ResourceProfileEndpointSummary object with values from keyword arguments.

Attributes

asn_number Gets the asn_number of this ResourceProfileEndpointSummary.
country Gets the country of this ResourceProfileEndpointSummary.
id [Required] Gets the id of this ResourceProfileEndpointSummary.
ip_address [Required] Gets the ip_address of this ResourceProfileEndpointSummary.
ip_address_type [Required] Gets the ip_address_type of this ResourceProfileEndpointSummary.
ip_classification_type Gets the ip_classification_type of this ResourceProfileEndpointSummary.
latitude Gets the latitude of this ResourceProfileEndpointSummary.
longitude Gets the longitude of this ResourceProfileEndpointSummary.
problem_id Gets the problem_id of this ResourceProfileEndpointSummary.
regions Gets the regions of this ResourceProfileEndpointSummary.
resource_profile_id [Required] Gets the resource_profile_id of this ResourceProfileEndpointSummary.
services Gets the services of this ResourceProfileEndpointSummary.
sighting_type [Required] Gets the sighting_type of this ResourceProfileEndpointSummary.
sighting_type_display_name [Required] Gets the sighting_type_display_name of this ResourceProfileEndpointSummary.
time_last_detected [Required] Gets the time_last_detected of this ResourceProfileEndpointSummary.
__init__(**kwargs)

Initializes a new ResourceProfileEndpointSummary 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 ResourceProfileEndpointSummary.
  • resource_profile_id (str) – The value to assign to the resource_profile_id property of this ResourceProfileEndpointSummary.
  • problem_id (str) – The value to assign to the problem_id property of this ResourceProfileEndpointSummary.
  • sighting_type (str) – The value to assign to the sighting_type property of this ResourceProfileEndpointSummary.
  • sighting_type_display_name (str) – The value to assign to the sighting_type_display_name property of this ResourceProfileEndpointSummary.
  • ip_address (str) – The value to assign to the ip_address property of this ResourceProfileEndpointSummary.
  • ip_address_type (str) – The value to assign to the ip_address_type property of this ResourceProfileEndpointSummary.
  • ip_classification_type (str) – The value to assign to the ip_classification_type property of this ResourceProfileEndpointSummary.
  • country (str) – The value to assign to the country property of this ResourceProfileEndpointSummary.
  • latitude (float) – The value to assign to the latitude property of this ResourceProfileEndpointSummary.
  • longitude (float) – The value to assign to the longitude property of this ResourceProfileEndpointSummary.
  • asn_number (str) – The value to assign to the asn_number property of this ResourceProfileEndpointSummary.
  • regions (list[str]) – The value to assign to the regions property of this ResourceProfileEndpointSummary.
  • services (list[str]) – The value to assign to the services property of this ResourceProfileEndpointSummary.
  • time_last_detected (datetime) – The value to assign to the time_last_detected property of this ResourceProfileEndpointSummary.
asn_number

Gets the asn_number of this ResourceProfileEndpointSummary. ASN number of sighting

Returns:The asn_number of this ResourceProfileEndpointSummary.
Return type:str
country

Gets the country of this ResourceProfileEndpointSummary. Country of sighting

Returns:The country of this ResourceProfileEndpointSummary.
Return type:str
id

[Required] Gets the id of this ResourceProfileEndpointSummary. Unique identifier for sighting endpoints

Returns:The id of this ResourceProfileEndpointSummary.
Return type:str
ip_address

[Required] Gets the ip_address of this ResourceProfileEndpointSummary. IP address for sighting

Returns:The ip_address of this ResourceProfileEndpointSummary.
Return type:str
ip_address_type

[Required] Gets the ip_address_type of this ResourceProfileEndpointSummary. Type of IP address for sighting

Returns:The ip_address_type of this ResourceProfileEndpointSummary.
Return type:str
ip_classification_type

Gets the ip_classification_type of this ResourceProfileEndpointSummary. IP address classification type

Returns:The ip_classification_type of this ResourceProfileEndpointSummary.
Return type:str
latitude

Gets the latitude of this ResourceProfileEndpointSummary. Latitude of sighting

Returns:The latitude of this ResourceProfileEndpointSummary.
Return type:float
longitude

Gets the longitude of this ResourceProfileEndpointSummary. Longitude of sighting

Returns:The longitude of this ResourceProfileEndpointSummary.
Return type:float
problem_id

Gets the problem_id of this ResourceProfileEndpointSummary. Problem ID for sighting endpoints

Returns:The problem_id of this ResourceProfileEndpointSummary.
Return type:str
regions

Gets the regions of this ResourceProfileEndpointSummary. Regions where activities were performed from this IP address

Returns:The regions of this ResourceProfileEndpointSummary.
Return type:list[str]
resource_profile_id

[Required] Gets the resource_profile_id of this ResourceProfileEndpointSummary. Resource profile ID associated with the impacted resource

Returns:The resource_profile_id of this ResourceProfileEndpointSummary.
Return type:str
services

Gets the services of this ResourceProfileEndpointSummary. List of services where activities were performed from this IP address

Returns:The services of this ResourceProfileEndpointSummary.
Return type:list[str]
sighting_type

[Required] Gets the sighting_type of this ResourceProfileEndpointSummary. Type of sighting for sighting endpoints

Returns:The sighting_type of this ResourceProfileEndpointSummary.
Return type:str
sighting_type_display_name

[Required] Gets the sighting_type_display_name of this ResourceProfileEndpointSummary. Display name of the sighting type

Returns:The sighting_type_display_name of this ResourceProfileEndpointSummary.
Return type:str
time_last_detected

[Required] Gets the time_last_detected of this ResourceProfileEndpointSummary. Date and time when activities were created

Returns:The time_last_detected of this ResourceProfileEndpointSummary.
Return type:datetime