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