You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List existing ingress rules in the specified region.
1533
1535
:param region: Region to target. If none is passed will use default region from the config.
1534
-
:param order_by:
1535
-
:param page:
1536
-
:param page_size:
1537
-
:param vpc_id:
1538
-
:param nexthop_resource_ip:
1539
-
:param nexthop_private_network_id:
1540
-
:param is_ipv6:
1541
-
:param tags:
1542
-
:param organization_id:
1543
-
:param project_id:
1536
+
:param order_by: Sort order of the returned ingress rules.
1537
+
:param page: Page number to return, from the paginated results.
1538
+
:param page_size: Maximum number of ingress rules to return per page.
1539
+
:param vpc_id: ID of the VPC to filter for.
1540
+
:param nexthop_resource_ip: Next hop IP to filter for.
1541
+
:param nexthop_private_network_id: Next hop Private Network ID to filter for. Only ingress rules with this Private Network as next hop will be returned.
1542
+
:param is_ipv6: Whether to return only IPv4 or IPv6 ingress rules.
1543
+
:param tags: Tags to filter for. Only ingress rules with one or more matching tags will be returned.
1544
+
:param organization_id: Organization ID to filter for. Only ingress rules belonging to this Organization will be returned.
1545
+
:param project_id: Project ID to filter for. Only ingress rules belonging to this Project will be returned.
List existing ingress rules in the specified region.
1593
1597
:param region: Region to target. If none is passed will use default region from the config.
1594
-
:param order_by:
1595
-
:param page:
1596
-
:param page_size:
1597
-
:param vpc_id:
1598
-
:param nexthop_resource_ip:
1599
-
:param nexthop_private_network_id:
1600
-
:param is_ipv6:
1601
-
:param tags:
1602
-
:param organization_id:
1603
-
:param project_id:
1598
+
:param order_by: Sort order of the returned ingress rules.
1599
+
:param page: Page number to return, from the paginated results.
1600
+
:param page_size: Maximum number of ingress rules to return per page.
1601
+
:param vpc_id: ID of the VPC to filter for.
1602
+
:param nexthop_resource_ip: Next hop IP to filter for.
1603
+
:param nexthop_private_network_id: Next hop Private Network ID to filter for. Only ingress rules with this Private Network as next hop will be returned.
1604
+
:param is_ipv6: Whether to return only IPv4 or IPv6 ingress rules.
1605
+
:param tags: Tags to filter for. Only ingress rules with one or more matching tags will be returned.
1606
+
:param organization_id: Organization ID to filter for. Only ingress rules belonging to this Organization will be returned.
1607
+
:param project_id: Project ID to filter for. Only ingress rules belonging to this Project will be returned.
0 commit comments