IngressGatewayCollection

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

Bases: object

Results of an ingressGateway search. Contains both IngressGatewaySummary items and other information such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this IngressGatewayCollection. List of IngressGateway objects.

Returns:The items of this IngressGatewayCollection.
Return type:list[oci.service_mesh.models.IngressGatewaySummary]