OdaPrivateEndpointCollection¶
-
class
oci.oda.models.
OdaPrivateEndpointCollection
(**kwargs)¶ Bases:
object
A collection of ODA Private Endpoint summaries.
Methods
__init__
(**kwargs)Initializes a new OdaPrivateEndpointCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OdaPrivateEndpointCollection. -
__init__
(**kwargs)¶ Initializes a new OdaPrivateEndpointCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.oda.models.OdaPrivateEndpointSummary]) – The value to assign to the items property of this OdaPrivateEndpointCollection.
-
items
¶ [Required] Gets the items of this OdaPrivateEndpointCollection. The ODA Private Endpoint summaries.
Returns: The items of this OdaPrivateEndpointCollection. Return type: list[oci.oda.models.OdaPrivateEndpointSummary]
-