IngressGatewayRouteTableCollection

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

Bases: object

Results of a serviceMesh search. Contains both IngressGatewayRouteTableSummary items and other information such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this IngressGatewayRouteTableCollection. List of ingress gateway route tables.

Returns:The items of this IngressGatewayRouteTableCollection.
Return type:list[oci.service_mesh.models.IngressGatewayRouteTableSummary]