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: cmd/scw/testdata/test-all-usage-ipam-ip-list-usage.golden
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ ARGS:
14
14
[vpc-id] VPC ID to filter for.
15
15
[attached] Defines whether to filter only for IPs which are attached to a resource
16
16
[resource-id] Resource ID to filter for. Only IPs attached to this resource will be returned
17
-
[resource-type] Resource type to filter for. Only IPs attached to this type of resource will be returned (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)
17
+
[resource-type] Resource type to filter for. Only IPs attached to this type of resource will be returned (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)
18
18
[mac-address] MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned
19
19
[tags.{index}] Tags to filter for, only IPs with one or more matching tags will be returned
20
20
[is-ipv6] Defines whether to filter only for IPv4s or IPv6s
21
21
[resource-name] Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned.
22
-
[resource-types.{index}] Resource types to filter for. Only IPs attached to these types of resources will be returned (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)
22
+
[resource-types.{index}] Resource types to filter for. Only IPs attached to these types of resources will be returned (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)
23
23
[organization-id] Organization ID to filter for. Only IPs belonging to this Organization will be returned
24
24
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
Copy file name to clipboardExpand all lines: docs/commands/ipam.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,12 @@ scw ipam ip list [arg=value ...]
108
108
| vpc-id || VPC ID to filter for. |
109
109
| attached || Defines whether to filter only for IPs which are attached to a resource |
110
110
| resource-id || Resource ID to filter for. Only IPs attached to this resource will be returned |
111
-
| 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`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
111
+
| 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`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
112
112
| mac-address || MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned |
113
113
| tags.{index} || Tags to filter for, only IPs with one or more matching tags will be returned |
114
114
| is-ipv6 || Defines whether to filter only for IPv4s or IPv6s |
115
115
| resource-name || Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned. |
116
-
| 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`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
116
+
| 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`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
117
117
| organization-id || Organization ID to filter for. Only IPs belonging to this Organization will be returned |
118
118
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
0 commit comments