ResourceProfileEndpointCollection¶
-
class
oci.cloud_guard.models.
ResourceProfileEndpointCollection
(**kwargs)¶ Bases:
object
Collection of resource profile endpoint summaries.
Methods
__init__
(**kwargs)Initializes a new ResourceProfileEndpointCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResourceProfileEndpointCollection. -
__init__
(**kwargs)¶ Initializes a new ResourceProfileEndpointCollection 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.ResourceProfileEndpointSummary]) – The value to assign to the items property of this ResourceProfileEndpointCollection.
-
items
¶ [Required] Gets the items of this ResourceProfileEndpointCollection. List of ResourceProfileEndpointSummary resources
Returns: The items of this ResourceProfileEndpointCollection. Return type: list[oci.cloud_guard.models.ResourceProfileEndpointSummary]
-