Skip to content

Commit db9d62a

Browse files
Jessica41Y0Coss
andauthored
Update pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md
Co-authored-by: Yoann Cosse <[email protected]>
1 parent 56737ae commit db9d62a

File tree

1 file changed

+14
-0
lines changed
  • pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance

1 file changed

+14
-0
lines changed

pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ excerpt: Find out how a Floating IP address functions and how to configure it
44
updated: 2025-07-11
55
---
66

7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
721
## Objective
822

923
Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/asia/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip).

0 commit comments

Comments
 (0)