File tree Expand file tree Collapse file tree 5 files changed +6
-22
lines changed Expand file tree Collapse file tree 5 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ have one Instance with a volume containing the OS and another one
9
9
containing the application data, and you want to use different
10
10
snapshot strategies on both volumes.
11
11
12
- A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
12
+ A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
13
13
Volumes can be created from snapshots of their own type.
14
14
15
15
USAGE:
Original file line number Diff line number Diff line change 7
7
8
8
AVAILABLE COMMANDS:
9
9
private-network Private network management command
10
- route Route management command
11
10
routes Routes management command
12
11
subnet Subnet management command
13
12
vpc VPC management command
Original file line number Diff line number Diff line change 1
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
- A Virtual Private Cloud (VPC) allows you to group your regional
4
- Private Networks together. Note that a Private Network can be a
3
+ A Virtual Private Cloud (VPC) allows you to group your regional
4
+ Private Networks together. Note that a Private Network can be a
5
5
part of only one VPC.
6
6
7
7
USAGE:
Original file line number Diff line number Diff line change @@ -2404,7 +2404,7 @@ have one Instance with a volume containing the OS and another one
2404
2404
containing the application data, and you want to use different
2405
2405
snapshot strategies on both volumes.
2406
2406
2407
- A snapshot's volume type is its original volume's type (` l_ssd ` or ` b_ssd ` ).
2407
+ A snapshot's volume type is its original volume's type (` l_ssd ` or ` b_ssd ` ).
2408
2408
Volumes can be created from snapshots of their own type.
2409
2409
2410
2410
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ This API allows you to manage your Virtual Private Clouds (VPCs) and Private Net
10
10
- [ List Private Networks] ( #list-private-networks )
11
11
- [ Migrate Private Networks from zoned to regional] ( #migrate-private-networks-from-zoned-to-regional )
12
12
- [ Update Private Network] ( #update-private-network )
13
- - [ Route management command] ( #route-management-command )
14
13
- [ Routes management command] ( #routes-management-command )
15
14
- [ Return routes with associated next hop data] ( #return-routes-with-associated-next-hop-data )
16
15
- [ Subnet management command] ( #subnet-management-command )
@@ -185,20 +184,6 @@ scw vpc private-network update <private-network-id ...> [arg=value ...]
185
184
186
185
187
186
188
- ## Route management command
189
-
190
- Custom routes.
191
-
192
- Custom routes.
193
-
194
- ** Usage:**
195
-
196
- ```
197
- scw vpc route
198
- ```
199
-
200
-
201
-
202
187
## Routes management command
203
188
204
189
Routes management command.
@@ -247,8 +232,8 @@ scw vpc subnet
247
232
248
233
## VPC management command
249
234
250
- A Virtual Private Cloud (VPC) allows you to group your regional
251
- Private Networks together. Note that a Private Network can be a
235
+ A Virtual Private Cloud (VPC) allows you to group your regional
236
+ Private Networks together. Note that a Private Network can be a
252
237
part of only one VPC.
253
238
254
239
You can’t perform that action at this time.
0 commit comments