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
Copy file name to clipboardExpand all lines: docs/commands/ipam.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,8 @@ scw ipam ip list [arg=value ...]
110
110
| resource-name || Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned. |
111
111
| resource-id || Resource ID to filter for. Only IPs attached to this resource will be returned |
112
112
| resource-ids.{index} || Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned |
113
-
| resource-type | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
114
-
| resource-types.{index} | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
113
+
| resource-type | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
114
+
| resource-types.{index} | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
115
115
| mac-address || MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned |
116
116
| tags.{index} || Tags to filter for, only IPs with one or more matching tags will be returned |
117
117
| is-ipv6 || Defines whether to filter only for IPv4s or IPv6s |
0 commit comments