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
Configure multiple Private Networks on an Apple silicon server.
4
+
5
+
USAGE:
6
+
scw apple-silicon private-network set [arg=value ...]
7
+
8
+
ARGS:
9
+
server-id ID of the server
10
+
per-private-network-ipam-ip-ids.{key} Object where the keys are the IDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Apple silicon server on the Private Network. If the array supplied for a Private Network is empty, the next available IP from the Private Network's CIDR block will automatically be used for attachment.
11
+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-3)
12
+
13
+
FLAGS:
14
+
-h, --help help for set
15
+
16
+
GLOBAL FLAGS:
17
+
-c, --config string The path to the config file
18
+
-D, --debug Enable debug mode
19
+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
| private-network-id | Required | ID of the Private Network |
123
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-3`| Zone to target. If none is passed will use default zone from the config |
124
+
125
+
126
+
127
+
### List the Private Networks of a server
128
+
129
+
List the Private Networks of an Apple silicon server.
130
+
131
+
**Usage:**
132
+
133
+
```
134
+
scw apple-silicon private-network list [arg=value ...]
135
+
```
136
+
137
+
138
+
**Args:**
139
+
140
+
| Name || Description |
141
+
|------|---|-------------|
142
+
| order-by | One of: `created_at_asc`, `created_at_desc`, `updated_at_asc`, `updated_at_desc`| Sort order for the returned Private Networks |
143
+
| server-id || Filter Private Networks by server ID |
144
+
| private-network-id || Filter Private Networks by Private Network ID |
145
+
| project-id || Filter Private Networks by Project ID |
146
+
| ipam-ip-ids.{index} || Filter Private Networks by IPAM IP IDs |
147
+
| organization-id || Filter Private Networks by Organization ID |
148
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-3`, `all`| Zone to target. If none is passed will use default zone from the config |
149
+
150
+
151
+
152
+
### Set multiple Private Networks on a server
153
+
154
+
Configure multiple Private Networks on an Apple silicon server.
155
+
156
+
**Usage:**
157
+
158
+
```
159
+
scw apple-silicon private-network set [arg=value ...]
160
+
```
161
+
162
+
163
+
**Args:**
164
+
165
+
| Name || Description |
166
+
|------|---|-------------|
167
+
| server-id | Required | ID of the server |
168
+
| per-private-network-ipam-ip-ids.{key} | Required | Object where the keys are the IDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Apple silicon server on the Private Network. If the array supplied for a Private Network is empty, the next available IP from the Private Network's CIDR block will automatically be used for attachment. |
169
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-3`| Zone to target. If none is passed will use default zone from the config |
0 commit comments