MeshCollection¶
-
class
oci.service_mesh.models.
MeshCollection
(**kwargs)¶ Bases:
object
Results of a Mesh search. Contains both MeshSummary items and other information such as metadata.
Methods
__init__
(**kwargs)Initializes a new MeshCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MeshCollection. -
__init__
(**kwargs)¶ Initializes a new MeshCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.service_mesh.models.MeshSummary]) – The value to assign to the items property of this MeshCollection.
-
items
¶ [Required] Gets the items of this MeshCollection. List of Mesh objects.
Returns: The items of this MeshCollection. Return type: list[oci.service_mesh.models.MeshSummary]
-