SightingEndpointCollection¶
-
class
oci.cloud_guard.models.
SightingEndpointCollection
(**kwargs)¶ Bases:
object
Collection of sighting endpoint summaries.
Methods
__init__
(**kwargs)Initializes a new SightingEndpointCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SightingEndpointCollection. -
__init__
(**kwargs)¶ Initializes a new SightingEndpointCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.SightingEndpointSummary]) – The value to assign to the items property of this SightingEndpointCollection.
-
items
¶ [Required] Gets the items of this SightingEndpointCollection. List of SightingEndpointSummary resources
Returns: The items of this SightingEndpointCollection. Return type: list[oci.cloud_guard.models.SightingEndpointSummary]
-