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-vpc-route-list-usage.golden
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ARGS:
10
10
[vpc-id] VPC to filter for. Only routes within this VPC will be returned
11
11
[nexthop-resource-id] Next hop resource ID to filter for. Only routes with a matching next hop resource ID will be returned
12
12
[nexthop-private-network-id] Next hop private network ID to filter for. Only routes with a matching next hop private network ID will be returned
13
-
[nexthop-resource-type] Next hop resource type to filter for. Only Routes with a matching next hop resource type will be returned (unknown_type | vpc_gateway_network | instance_private_nic | baremetal_private_nic | apple_silicon_private_nic)
13
+
[nexthop-resource-type] Next hop resource type to filter for. Only Routes with a matching next hop resource type will be returned (unknown_type | vpc_gateway_network | instance_private_nic | baremetal_private_nic)
14
14
[contains] Only routes whose destination is contained in this subnet will be returned
15
15
[tags.{index}] Tags to filter for, only routes with one or more matching tags will be returned
16
16
[is-ipv6] Only routes with an IPv6 destination will be returned
Copy file name to clipboardExpand all lines: docs/commands/vpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ scw vpc route list [arg=value ...]
276
276
| vpc-id || VPC to filter for. Only routes within this VPC will be returned |
277
277
| nexthop-resource-id || Next hop resource ID to filter for. Only routes with a matching next hop resource ID will be returned |
278
278
| nexthop-private-network-id || Next hop private network ID to filter for. Only routes with a matching next hop private network ID will be returned |
279
-
| nexthop-resource-type | One of: `unknown_type`, `vpc_gateway_network`, `instance_private_nic`, `baremetal_private_nic`, `apple_silicon_private_nic`| Next hop resource type to filter for. Only Routes with a matching next hop resource type will be returned |
279
+
| nexthop-resource-type | One of: `unknown_type`, `vpc_gateway_network`, `instance_private_nic`, `baremetal_private_nic`| Next hop resource type to filter for. Only Routes with a matching next hop resource type will be returned |
280
280
| contains || Only routes whose destination is contained in this subnet will be returned |
281
281
| tags.{index} || Tags to filter for, only routes with one or more matching tags will be returned |
282
282
| is-ipv6 || Only routes with an IPv6 destination will be returned |
0 commit comments