Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Aug 5, 2024
1 parent 0cccea5 commit a91db7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hcloud/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ type NetworkSubnetType string

// List of available network subnet types.
const (
// Used to connect cloud servers.
// Used to connect cloud servers and load balancers.
NetworkSubnetTypeCloud NetworkSubnetType = "cloud"
// Used to connect cloud servers.
// Used to connect cloud servers and load balancers.
//
// Deprecated: Use [NetworkSubnetTypeCloud] instead.
NetworkSubnetTypeServer NetworkSubnetType = "server"
// Used to connect cloud servers to dedicated servers.
// Used to connect cloud servers and load balancers with dedicated servers.
//
// See https://docs.hetzner.com/cloud/networks/connect-dedi-vswitch/
NetworkSubnetTypeVSwitch NetworkSubnetType = "vswitch"
Expand Down

0 comments on commit a91db7a

Please sign in to comment.