VirtualDeploymentCollection

class oci.service_mesh.models.VirtualDeploymentCollection(**kwargs)

Bases: object

Results of a mesh search. Contains both VirtualDeploymentSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new VirtualDeploymentCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this VirtualDeploymentCollection.
__init__(**kwargs)

Initializes a new VirtualDeploymentCollection 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.VirtualDeploymentSummary]) – The value to assign to the items property of this VirtualDeploymentCollection.
items

[Required] Gets the items of this VirtualDeploymentCollection. List of virtual deployments.

Returns:The items of this VirtualDeploymentCollection.
Return type:list[oci.service_mesh.models.VirtualDeploymentSummary]