VirtualServiceCollection¶
-
class
oci.service_mesh.models.
VirtualServiceCollection
(**kwargs)¶ Bases:
object
Results of a mesh search. Contains both VirtualServiceSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new VirtualServiceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this VirtualServiceCollection. -
__init__
(**kwargs)¶ Initializes a new VirtualServiceCollection 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.VirtualServiceSummary]) – The value to assign to the items property of this VirtualServiceCollection.
-
items
¶ [Required] Gets the items of this VirtualServiceCollection. List of virtual services.
Returns: The items of this VirtualServiceCollection. Return type: list[oci.service_mesh.models.VirtualServiceSummary]
-