Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/ovhcloud_cloud_network_private.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Manage private networks in the given cloud project
### Options

```
-h, --help help for private
-h, --help help for private
--region string Filter by region or specify the region of the network
```

### Options inherited from parent commands
Expand All @@ -32,9 +33,7 @@ Manage private networks in the given cloud project
* [ovhcloud cloud network](ovhcloud_cloud_network.md) - Manage networks in the given cloud project
* [ovhcloud cloud network private create](ovhcloud_cloud_network_private_create.md) - Create a private network in the given cloud project
* [ovhcloud cloud network private delete](ovhcloud_cloud_network_private_delete.md) - Delete a specific private network
* [ovhcloud cloud network private edit](ovhcloud_cloud_network_private_edit.md) - Edit the given private network
* [ovhcloud cloud network private get](ovhcloud_cloud_network_private_get.md) - Get a specific private network
* [ovhcloud cloud network private list](ovhcloud_cloud_network_private_list.md) - List your private networks
* [ovhcloud cloud network private region](ovhcloud_cloud_network_private_region.md) - Manage regions in a specific private network
* [ovhcloud cloud network private subnet](ovhcloud_cloud_network_private_subnet.md) - Manage subnets in a specific private network

29 changes: 9 additions & 20 deletions doc/ovhcloud_cloud_network_private_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,14 @@ ovhcloud cloud network private create <region> [flags]
### Options

```
--editor Use a text editor to define parameters
--from-file string File containing parameters
--gateway-model string Gateway model (s, m, l, xl, 2xl, 3xl)
--gateway-name string Name of the gateway
-h, --help help for create
--init-file string Create a file with example parameters
--name string Name of the private network
--replace Replace parameters file if it already exists
--subnet-allocation-pools strings Allocation pools for the subnet in format start:end
--subnet-cidr string CIDR of the subnet
--subnet-dns-name-servers strings DNS name servers for the subnet
--subnet-enable-dhcp Enable DHCP for the subnet
--subnet-enable-gateway-ip Set a gateway ip for the subnet
--subnet-gateway-ip string Gateway IP address for the subnet
--subnet-host-routes strings Host routes for the subnet in format destination:nextHop
--subnet-ip-version int IP version (4 or 6)
--subnet-name string Name of the subnet
--subnet-use-default-public-dns-resolver Use default DNS resolver for the subnet
--vlan-id int VLAN ID for the private network
--wait Wait for network creation to be done before exiting
--editor Use a text editor to define parameters
--from-file string File containing parameters
-h, --help help for create
--init-file string Create a file with example parameters
--name string Name of the private network
--replace Replace parameters file if it already exists
--vlan-id int VLAN ID for the private network
--wait Wait for network creation to be done before exiting
```

### Options inherited from parent commands
Expand All @@ -88,6 +76,7 @@ ovhcloud cloud network private create <region> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ovhcloud cloud network private delete <network_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ovhcloud cloud network private get <network_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ovhcloud cloud network private list [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion doc/ovhcloud_cloud_network_private_subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Manage subnets in a specific private network
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO

* [ovhcloud cloud network private](ovhcloud_cloud_network_private.md) - Manage private networks in the given cloud project
* [ovhcloud cloud network private subnet create](ovhcloud_cloud_network_private_subnet_create.md) - Create a subnet in the given private network
* [ovhcloud cloud network private subnet delete](ovhcloud_cloud_network_private_subnet_delete.md) - Delete a specific subnet in a private network
* [ovhcloud cloud network private subnet edit](ovhcloud_cloud_network_private_subnet_edit.md) - Edit a specific subnet in a private network
* [ovhcloud cloud network private subnet get](ovhcloud_cloud_network_private_subnet_get.md) - Get a specific subnet in a private network
* [ovhcloud cloud network private subnet list](ovhcloud_cloud_network_private_subnet_list.md) - List subnets in a private network

33 changes: 19 additions & 14 deletions doc/ovhcloud_cloud_network_private_subnet_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are three ways to define the parameters:

1. Using only CLI flags:

ovhcloud cloud network private subnet create <network_id> --network 192.168.1.0/24 --start 192.168.1.12 --end 192.168.1.24 --region GRA9
ovhcloud cloud network private subnet create <network_id> --region GRA9 --name MySubnet --cidr 192.168.1.0/24 --ip-version 4

2. Using a configuration file:

Expand All @@ -28,7 +28,7 @@ There are three ways to define the parameters:

In both cases, you can override the parameters in the given file using command line flags, for example:

ovhcloud cloud network private subnet create <network_id> --from-file ./params.json --region BHS5
ovhcloud cloud network private subnet create <network_id> --from-file ./params.json --name MySubnet

3. Using your default text editor:

Expand All @@ -39,7 +39,7 @@ There are three ways to define the parameters:

Note that it is also possible to override values in the presented examples using command line flags like the following:

ovhcloud cloud network private subnet create <network_id> --editor --region DE1
ovhcloud cloud network private subnet create <network_id> --editor --name MySubnet


```
Expand All @@ -49,17 +49,21 @@ ovhcloud cloud network private subnet create <network_id> [flags]
### Options

```
--dhcp Enable DHCP for the subnet
--editor Use a text editor to define parameters
--end string Last IP for this region (eg: 192.168.1.24)
--from-file string File containing parameters
-h, --help help for create
--init-file string Create a file with example parameters
--network string Global network CIDR (eg: 192.168.1.0/24)
--no-gateway Use this flag if you don't want to set a default gateway IP
--region string Region for the subnet
--replace Replace parameters file if it already exists
--start string First IP for this region (eg: 192.168.1.12)
--allocation-pools strings Allocation pools for the subnet in format start:end
--cidr string CIDR of the subnet (eg: 192.168.1.0/24)
--dns-name-servers strings DNS name servers for the subnet
--editor Use a text editor to define parameters
--enable-dhcp Enable DHCP for the subnet
--enable-gateway-ip Set a gateway IP for the subnet
--from-file string File containing parameters
--gateway-ip string Gateway IP address for the subnet
-h, --help help for create
--host-routes strings Host routes for the subnet in format destination:nextHop
--init-file string Create a file with example parameters
--ip-version int IP version (4 or 6)
--name string Name of the subnet
--replace Replace parameters file if it already exists
--use-default-public-dns-resolver Use default DNS resolver for the subnet
```

### Options inherited from parent commands
Expand All @@ -79,6 +83,7 @@ ovhcloud cloud network private subnet create <network_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_subnet_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ovhcloud cloud network private subnet delete <network_id> <subnet_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_subnet_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ovhcloud cloud network private subnet get <network_id> <subnet_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_private_subnet_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ovhcloud cloud network private subnet list <network_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
3 changes: 2 additions & 1 deletion doc/ovhcloud_cloud_network_public.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Manage public networks in the given cloud project
### Options

```
-h, --help help for public
-h, --help help for public
--region string Filter by region or specify the region of the network
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_public_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ovhcloud cloud network public get <network_id> [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions doc/ovhcloud_cloud_network_public_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ovhcloud cloud network public list [flags]
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--region string Filter by region or specify the region of the network
```

### SEE ALSO
Expand Down
Loading
Loading